Under Review
Last Updated: 15 Oct 2025 07:41 by ADMIN
Created by: Kirk
Comments: 4
Category: UI for .NET MAUI
Type: Feature Request
0
Have the ability to have video calls for .Net Maui
In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
Provide support for nested properties in the property aggregate descriptor.
In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
Currently, the PropertyGroupDescriptor in the DataGrid component does not support grouping by nested properties (e.g., Customer.Address.City). Enhance the PropertyGroupDescriptor to support nested property paths, allowing developers to group data based on sub-properties within complex objects. This would align with common data-binding patterns and improve the flexibility of the DataGrid for real-world scenarios involving nested data models.
In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)

Provide an option to sort the template column by nested property. 

For example: 

<dataGrid:DataGridTemplateColumn>
    <dataGrid:DataGridTemplateColumn.CellContentTemplate>
        <DataTemplate>
            <Label Text="{Binding MyAddress.City}" />
        </DataTemplate>
    </dataGrid:DataGridTemplateColumn.CellContentTemplate>
    <dataGrid:DataGridTemplateColumn.SortDescriptor>
        <dataGrid:PropertySortDescriptor PropertyName="MyAddress.City"  />
    </dataGrid:DataGridTemplateColumn.SortDescriptor>
</dataGrid:DataGridTemplateColumn>

Unplanned
Last Updated: 09 Oct 2025 18:59 by Stephen
Created by: Stephen
Comments: 0
Category: Chart
Type: Feature Request
0

when rendering thousands of data, provide fast line chart. This type of series can be used for system performance monitoring or with chart than need to display thousands data points.

WinForms has fast line chart: https://docs.telerik.com/devtools/winforms/controls/chartview/series-types/fastline 

Unplanned
Last Updated: 30 Sep 2025 16:18 by Amer
Created by: Uvin
Comments: 3
Category: TabView
Type: Feature Request
14
When setting FlowDirection property to the RadTabView the control behaves differently on different platforms. 
Provide right to left support. 
Unplanned
Last Updated: 28 Sep 2025 16:16 by Hanoch

It seems the issue happens randomly -> crashes on a Windows 19 Server while running a basic Windows Maui app.

There is a public bug report: https://github.com/mono/SkiaSharp/issues/3168   

Unplanned
Last Updated: 27 Sep 2025 19:37 by Urs
Created by: Andrey
Comments: 2
Category: CollectionView
Type: Feature Request
3
The RadListView provides ItemHold event, also a Selection Gestures for tap and hold, expose similar for the RadCollectionView
Unplanned
Last Updated: 24 Sep 2025 08:13 by Benjamin
Created by: Benjamin
Comments: 0
Category: Calendar
Type: Feature Request
8
I would expect that pressing tab navigates from the month/year button/ clickable label, then to the next and previous button, then the preceding tab takes the user to the bottom section where the day is selected.
I would expect the days would then be navigated using arrow keys, enter selects the day, and if tab is pressed, the month/year button/clickable label would be focused.



Currently the only buttons which can be navigated to and are interactable using keyboard are the next and back buttons, i.e.:

However, the user is unable to navigate to the 'month' selector or the individual dates:

In addition, if we were to click on the Month label, we also can't navigate or select the month we desire using the keyboard.

Unplanned
Last Updated: 15 Sep 2025 11:19 by Seung Cheol

Currently when a Value is set to the RadLinearProgressBar, the inner progress-bar is being animated for about a second, grows from size 0 to the full size of the RadLinearProgressBar, but the Text remains 0% until the very end, when it turns 100%.

This feature request is to show a Text value that corresponds to the inner progress-bar, i.e. the value in the Text is also animated, synced with the animated progress-bar value.

Unplanned
Last Updated: 15 Sep 2025 08:29 by Andrey
I would like to set a height to the area with the day names. Currently, this is not possible using the DayStyleSelector.
Unplanned
Last Updated: 03 Sep 2025 12:44 by Robbe
Created by: Robbe
Comments: 0
Category: SpeechToTextButton
Type: Feature Request
0
provide offline support when there is no internet connection. 
Unplanned
Last Updated: 03 Sep 2025 11:57 by Teddy
Created by: Teddy
Comments: 0
Category: DataGrid
Type: Feature Request
1
instead of using the footer template, expose cell renderer approach for the column footer
Unplanned
Last Updated: 19 Aug 2025 11:49 by Kos
Implement a mode in which an update operation is triggered each time the user modifies the input, ensuring that changes are processed in real time as data is entered.
Completed
Last Updated: 13 Aug 2025 08:35 by ADMIN
Release 11.1.0 (2025 Q3)
Created by: Didi
Comments: 1
Category: CollectionView
Type: Feature Request
1
Add support for sticky group headers for desktop - WinUI and MacCatalyst. 
Completed
Last Updated: 13 Aug 2025 08:33 by ADMIN
Release 11.1.0 (2025 Q3)
Created by: Didi
Comments: 3
Category: CollectionView
Type: Feature Request
7

In the current CollectionView implementation, the CollectionView will start with all the groups expanded. The only way to have any form of preference is to programmatically interact with the DataView after-the-fact https://docs.telerik.com/devtools/maui/controls/collectionview/grouping/expand-collapse

Requested Feature
A better approach that I am requesting a feature for is to have a property available for the CollectionView that sets this value ahead of time.

For example, you could add it as a BindableProperty on the GroupDescriptor class and on the GroupDefinition is to have an IsExapanded property.
Completed
Last Updated: 13 Aug 2025 07:51 by ADMIN
Release 11.1.0 (2025 Q3)
Created by: Vaibhav
Comments: 3
Category: UI for .NET MAUI
Type: Feature Request
23

The Bottom Sheet component provides an intuitive way to display additional content to the users. It appears on the bottom of a screen as an overlay and presents users with a choice of actions that they must take.

Unplanned
Last Updated: 11 Aug 2025 15:36 by Leonard
Created by: Leonard
Comments: 0
Category: DataGrid
Type: Feature Request
0

I want to select multiple rows by selecting one and then holding down the shift key and selecting more.

For example in WPF DataGrid there is an Extended multiple selection option: https://docs.telerik.com/devtools/wpf/controls/radgridview/selection/multiple-selection 

Unplanned
Last Updated: 05 Aug 2025 16:22 by Henrik

Current working behavior: when setting the offset and gradient colors to bar indicator, the gradient is drawn based on the indicator size. I want to draw the gradient based on the axis size.

Current behavior:

 

Scenario I want to achieve:

Completed
Last Updated: 01 Aug 2025 12:58 by ADMIN
Created by: Didi
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
1

Provide an AI assistant for code generation with the Telerik MAUI controls. 

Telerik Blazor released such assistant https://www.telerik.com/blazor-ui/documentation/ai/overview 

1 2 3 4 5 6