Unplanned
Last Updated: 18 Apr 2024 13:30 by Francisco M.
When you bind the IsVisible property the content in the Tab where the binding is set is not visible.
Unplanned
Last Updated: 18 Apr 2024 10:59 by Erik Damgaard
Provide support for "ddd" format for DisplayDate and spinner. The MAUI DatePicker supports this option. 
Unplanned
Last Updated: 18 Apr 2024 08:42 by Marc

Provide an option to change the overlay color:

 

Unplanned
Last Updated: 18 Apr 2024 08:24 by Allen
Provide such option for styling the row and row details
Unplanned
Last Updated: 18 Apr 2024 08:22 by ADMIN
Created by: Sanket
Comments: 1
Category: DataGrid
Type: Feature Request
3
Provide a RowStyleSelector property to the DataGrid control.
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 14:46 by Christian
Created by: Christian
Comments: 0
Category: DataForm
Type: Feature Request
1
Provide an option to collapse the groups in the RadDataForm control.
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:17 by ADMIN
Created by: Holger
Comments: 1
Category: ComboBox
Type: Feature Request
1
The RadEntry control has IsSpellCheckEnabled property. Disable the spell check by default for the RadComboBox control
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. 
Unplanned
Last Updated: 16 Apr 2024 07:54 by Erik Damgaard
Created by: Erik Damgaard
Comments: 0
Category: Chart
Type: Feature Request
1
In Telerik WPF Chart there is an option to select a data point from a series https://docs.telerik.com/devtools/wpf/controls/radchartview/features/behaviors/selection#programmatic-selection Provide such option for the Telerik MAUI Chart.
Unplanned
Last Updated: 15 Apr 2024 16:45 by Kevin

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: 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
1 2 3 4 5 6