Unplanned
Last Updated: 21 Sep 2023 07:09 by JJ

Image gets a really dark or light when saving in a jpeg format. It works for png.

The issue occurs with SkiaSharp 2.88.6-preview 1.2. It works with versions: 2.88.5, 2.88.4, 2.88.3
Unplanned
Last Updated: 21 Sep 2023 07:07 by JJ
Image gets offcentered when crop is applied and image is saved in jpeg format. The issue occurs with SkiaSharp 2.88.6-preview 1.2.
It works with versions: 2.88.5, 2.88.4, 2.88.3
Need More Info
Last Updated: 20 Sep 2023 08:46 by ADMIN
I don't know how to describe it other than what  I put in the subject, but the list view jumps back to the top when more items are added to the ObservableCollection. Either that or a MonoTouchException gets thrown.
Completed
Last Updated: 20 Sep 2023 08:44 by ADMIN
Release R2 2023 SP1
MonoTouchException is thrown when using LoadOnDemand with ListViewLoadOnDemandCollection on iOS 16.
Unplanned
Last Updated: 20 Sep 2023 08:39 by John
The exception is easily reproducible in SDK Browser on iOS. Start the LoadOnDemandCommand or LoadOnDemandEvent example to see the exception. The LoadOnDemandCollection seems to work correctly, however.

The ListViewLoadOnDemandCollection can be used instead of the command/event as a temporary workaround, until the bug gets fixed.
Unplanned
Last Updated: 11 Sep 2023 09:52 by Chris
Changing the text size from device setting does not affect the editors font size
Unplanned
Last Updated: 30 Aug 2023 08:32 by Davide

When you zoom in on the graph, it always zooms to the center of the dataset. Even if I try to move, manually, horizontally the graph I lose the position when a point is added.

When point is added and chart is zoomed, cannot scroll to see other data, the chart reset the data visualization from the beginning.

In Development
Last Updated: 21 Aug 2023 10:57 by ADMIN
Some Image XObjects are imported but not displayed in PdfViewer.  This behavior usually occurs when the document contains scanned images.
In Development
Last Updated: 21 Aug 2023 10:56 by ADMIN
Some Image XObjects are imported but not displayed in PdfViewer.
Unplanned
Last Updated: 15 Aug 2023 06:32 by ADMIN

Giving a RadDataGrid where columns are mostly empty, scroll to the right and mutate the data. All the rows without data visible disappear until the user scrolls back to columns that have data.

Link to video: https://youtube.com/shorts/_Zdm2FIowP8?feature=share

Sample project attached.

Unplanned
Last Updated: 14 Aug 2023 11:19 by Manikandan
Created by: Manikandan
Comments: 0
Category: PdfViewer
Type: Bug Report
0
The values in the forms are not displayed in the document visualized from the viewer. 
Unplanned
Last Updated: 04 Aug 2023 05:55 by ADMIN
If there is MinDate defined, for example 13th July 5:45 PM and if the user tries to select 14th July 5:40 PM, the spinner redirects incorrectly to 5:45 PM.
Unplanned
Last Updated: 02 Aug 2023 15:27 by Dennis
On iOS is whenever the first series  ItemSource has a null value, the other series are not plotted correctly in the graph. 
Unplanned
Last Updated: 02 Aug 2023 15:13 by Dennis

When having many stack bar series in one chart, some data points are rendered behind another data points. Check the attached image: how it looks on android and on iOS

Unplanned
Last Updated: 02 Aug 2023 10:50 by Mark

When the culture is set on app level and using resx files, localization does not apply. 

When changing the device culture, the resx files apply the values.

Unplanned
Last Updated: 31 Jul 2023 05:37 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 9
Category: Calendar & Scheduling
Type: Feature Request
17
While in DayView (or any other appropriate view), allow for appointments to be draggable to another time slot for rescheduling. 
Completed
Last Updated: 19 Jul 2023 14:24 by ADMIN
Release R2 2023 SP1

Exception occurs when there are no items in the collection and load on demand mode is automatic: 

public ViewModel()
{
    this.Source = new ObservableCollection<string>();
    //for (int i = 0; i < 14; i++)
    //{
    //    this.Source.Add(string.Format("Item {0}", i));
    //}
    this.LoadItemsCommand = new Command(this.LoadItemsCommandExecute);
}

Completed
Last Updated: 19 Jul 2023 14:24 by ADMIN
Release R2 2023 SP1
Null Reference Exception is thrown when the ListView is initially grouped and navigating back to page where is the ListView and new RangeCollection is assigned to the control.
Completed
Last Updated: 19 Jul 2023 14:23 by ADMIN
Release R2 2023 SP1
The ListView items are not rendered correctly when manual load on demand is used.
Completed
Last Updated: 19 Jul 2023 14:23 by ADMIN
Release R2 2023 SP1
Occasionally the DataGrid horizontal scrolling does not work properly after changing its ItemsSource.  Still, tapping on any item, make it possible to scroll again.
1 2 3 4 5 6