Unplanned
Last Updated: 20 Apr 2024 08:47 by Michael

Having a TreeView on a page, and when navigating forward backward to this page, start expand collapse items with many children, the expand indicator is misplaced: 

Unplanned
Last Updated: 19 Apr 2024 12:56 by ADMIN

I set a minimum height on a RadRichTextEditor control so its height would expand as the user typed more into the editor.  This caused different issues on both Android and iOS.

On Android: As the height attempts to expand, it gets caught in an infinite loop where the bottom of the height is shaking.  I believe this is because the call to  UpdateContentSize in OnSizeAllocated causes a re-render of the underlying webview, which causes it to keep resizing over and over.

On iOS: The editor height never expands, but I believe this might be a platform issue and not a telerik issue.

In Development
Last Updated: 19 Apr 2024 09:13 by ADMIN
If I use RadCombBox on a ContentPage, this page is never released - this happens only on Android.
Unplanned
Last Updated: 17 Apr 2024 15:44 by ADMIN
Created by: Tony
Comments: 1
Category: BusyIndicator
Type: Bug Report
0
There is a memory leak in BusyIndicator on iOS - when the BusyIndicator control is on the page, the page does not dispose when GC runs.
Unplanned
Last Updated: 17 Apr 2024 15:02 by Gabriel
Scenario: You have a DataGrid Width set to 500 and you start frozen the columns. When the frozen columns exceed the DataGrid width, blank area is visualized while scrolling horizontally to reach the latest column.
Unplanned
Last Updated: 17 Apr 2024 09:15 by Erik Damgaard

I have the following setup:

<telerik:RadTimePicker x:Name="picker" MinuteStep="5" SpinnerFormat="HH:mm"/>

When opening first time the picker already shows time for example 11 : 00

So I did not change the values of hours and minute and clicked OK . The Time property reflects data as 11 : 21 (current time on device ) instead on 11 : 00 which is confirmed by clicking OK.

Unplanned
Last Updated: 16 Apr 2024 14:03 by ADMIN

Add the RadRangeSlider, or RadSlider inside a ScrollView, for example at the end of the ScrollView. Then start scrolling the content inside the ScrollView. Try sliding the thumb of the RadRangeSlider or RadSlider, The thumb locks and will no longer move. The issue happens only on Android and iOS. 

On Android you can unlock the thumb by tapping on it, while on iOS there isn't an option, the thumb does not move.

Unplanned
Last Updated: 16 Apr 2024 11:28 by Michael
When changing the drawer length while the drawer is open, the length does not change, you need to close the drawer and when you open it again, the length applies as expected. 
In Development
Last Updated: 15 Apr 2024 13:40 by ADMIN
Scheduled for 7.0.0 (2024 Q2)

When selecting MonthView from the 3-dot menu on the Scheduler component, the app hangs on iOS. 

To workaround the issue add the following to the Page where the Scheduler resides:

xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls"
ios:Page.UseSafeArea="True"

In Development
Last Updated: 15 Apr 2024 13:40 by ADMIN
Scheduled for 7.0.0 (2024 Q2)
When you have a DataGrid initially grouped with RowDetails enabled to present additional data, the app crashes when scrolling through the data on Windows.
Completed
Last Updated: 15 Apr 2024 13:40 by ADMIN
Release 7.0.0 (2024 Q2)
The DataGrid crashes, if there is a cell with NULL value and when resizing the column to minimum,
In Development
Last Updated: 15 Apr 2024 13:40 by ADMIN
Scheduled for 7.0.0 (2024 Q2)
If the DataGrid has two or three columns, and the device is rotated horizontally, the last column header is not fully rendered.
In Development
Last Updated: 15 Apr 2024 13:40 by ADMIN
Scheduled for 7.0.0 (2024 Q2)
Created by: Gabriel
Comments: 0
Category: DataGrid
Type: Bug Report
1
Reordering DataGridDrawingColumn by dragging their column headers around don't reorder the cells too. The cells keep the position before the reordering
Unplanned
Last Updated: 15 Apr 2024 12:19 by ADMIN
an InvalidOperationException on a PropertyChanged event after you let the app run for some time and updates in the collection with removing data every 100ms and adding new data every 3 sec
In Development
Last Updated: 15 Apr 2024 10:13 by ADMIN
Scheduled for 7.0.0 (2024 Q2)
In Windows, when I press the up key or the down key while the data grid is on edit mode, the scroll bar moves even though it shouldn't.

In view mode, the scroll bar of the data grid moves only when the selected item is the first or last visible item in the display area of the data grid. But in edit mode, it moves regardless and it moves a lot more than usual.

I need a way for the scrollbar to behave the same for view and edit modes for a requirement in my project.
In Development
Last Updated: 12 Apr 2024 08:03 by ADMIN
There is a Debugger.Break in two spots in IndexStorage.cs (OffsetFromIndex and IndexFromOffset methods) which causes the application to constantly break into Telerik code and makes it difficult to debug the app. 
Unplanned
Last Updated: 12 Apr 2024 06:16 by ADMIN
when placing the control in ScrollView the pan gesture for navigation to another item does not work as expected. The CarouselView works as expected. 
Unplanned
Last Updated: 11 Apr 2024 12:25 by Teddy
the gridline shouldn't be disappearing from the last row when the row details are expanded
Unplanned
Last Updated: 11 Apr 2024 10:27 by Rich

The DataGrid will crash when there is a bunch of CollectionChanged events with Grouping enabled. This happens in 6.6.0, 6.7.x and 6.8.x versions of the Telerik DataGrid. 

 

Unplanned
Last Updated: 10 Apr 2024 09:24 by Tom

if you start to reorder an item, and then drop it in the same position that it already had (i.e. abort/cancel the reorder) , the gray color is now stuck. The issue happens only on Android.

1 2 3 4 5 6