In Development
Last Updated: 22 Apr 2024 12:05 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: 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: 

Need More Info
Last Updated: 20 Apr 2024 08:29 by ADMIN
Created by: Marc
Comments: 3
Category: UI for .NET MAUI
Type: Feature Request
0
Are there any plans to add Augmented Reality components for .NET MAUI?
Unplanned
Last Updated: 19 Apr 2024 14:19 by Holger

I have a RadButton and an image (SVG) inside it and I want to be able to apply tint color to it.

 

The community toolkit provides IconTintColor behavior: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/behaviors/icon-tint-color-behavior 

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