Under Review
Last Updated: 13 Nov 2025 12:55 by ADMIN
Created by: Daniel
Comments: 1
Category: RichTextEditor
Type: Feature Request
0
Please add support to move the caret in Richtextbox to the beginning of the document.  
Completed
Last Updated: 13 Nov 2025 12:45 by ADMIN
Release 12.0.0 (2025 Q4)
Created by: Dong
Comments: 4
Category: Scheduler
Type: Feature Request
4
Provide AgendaView in the Scheduler for .NET MAUI
Completed
Last Updated: 12 Nov 2025 17:55 by ADMIN
Release 12.0.0 (2025 Q4)
Created by: JOHN
Comments: 2
Category: Chat (Conversational UI)
Type: Feature Request
1
Provide an option to attach images also exchange images in the chat
Completed
Last Updated: 12 Nov 2025 16:24 by ADMIN
Release 12.0.0 (2025 Q4)
When I use an autocomplete, I type "John" which comes up with "John Doe" high lighted in the input box, if i hit tab i get a tab in the input box. I want to have an option to select item from the drop-down using the keyboard keys. 
Completed
Last Updated: 12 Nov 2025 16:10 by ADMIN
Release 12.0.0 (2025 Q4)
Created by: Davy
Comments: 1
Category: AutoComplete
Type: Feature Request
0
- a way to close this result popup by the Escape key,

- A way to move with the keyboards up and down arrows from the input part to the result popup
Completed
Last Updated: 12 Nov 2025 15:09 by ADMIN
Release 12.0.0 (2025 Q4)
Created by: Chris
Comments: 2
Category: DataGrid
Type: Feature Request
1

Currently, i can use the public method ScrollItemIntoView to scroll to an item in the DataGrid. 

I noticed you have an internal method: ScrollColumnIntoView. Please make it public so I can use it to scroll to a specific column.

Completed
Last Updated: 12 Nov 2025 15:08 by ADMIN
Release 12.0.0 (2025 Q4)
Created by: Craig
Comments: 1
Category: ComboBox
Type: Feature Request
13
When the Microsoft Picker control receives focus you can open the popup by pressing the Enter keyboard key. Provide such option for the Telerik MAUI ComboBox control.
Completed
Last Updated: 12 Nov 2025 15:03 by ADMIN
Release 12.0.0 (2025 Q4)
Created by: Shane
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
3

Hi,

Do you have on your roadmap to include a Shimmer View / Control as part of your .NET MAUI offerings to tidy up a screen loading indication.

From a UI/UX perspective, a shimmer sits better with our user community rather than a loading indicator.

Thank you,

Shane

 

Completed
Last Updated: 12 Nov 2025 13:27 by ADMIN
Release 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.
Completed
Last Updated: 12 Nov 2025 13:25 by ADMIN
Release 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>

Completed
Last Updated: 12 Nov 2025 13:24 by ADMIN
Release 12.0.0 (2025 Q4)

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   

Completed
Last Updated: 12 Nov 2025 13:24 by ADMIN
Release 12.0.0 (2025 Q4)
Provide support for nested properties in the property aggregate descriptor.
Unplanned
Last Updated: 06 Nov 2025 19:30 by ABDULRAHMAN
i want to set a value for spacing between the legend icon with the color and the text
Unplanned
Last Updated: 05 Nov 2025 07:50 by Urmal
Created by: Urmal
Comments: 0
Category: AIPrompt
Type: Feature Request
0
Provide built-in integration with SpeechToTextButton in the AI Prompt control.
Unplanned
Last Updated: 03 Nov 2025 12:28 by Andrey
Expose template for the day names area in week and multi day view. So I can customize the day names, adding shapes to indicate there are appointments.
Unplanned
Last Updated: 31 Oct 2025 07:26 by Akshat
Created by: Akshat
Comments: 0
Category: TemplatedButton
Type: Feature Request
9
allow the button to be accessible using the tab keyboard key.
Unplanned
Last Updated: 30 Oct 2025 14:27 by ADMIN

The signatures are stored in the database as a string, representing the point data of all the lines in the signature.
For example, something like 

"1,2;3,4;5,6;7,8/10,11;12,13;14,15/21,22;23,24;25,26"

Where the string is line-data separated by "/", and the line data is x,y point data separated by semi-colons. 

We don't need the component to present the data exactly that way... we can take care of formatting it how we need, as long as the component exposes a way to get the point and line data.
Unplanned
Last Updated: 29 Oct 2025 14:53 by Galen
Created by: Galen
Comments: 0
Category: BottomSheet
Type: Feature Request
7
If a IsModal property is introduced, it should apply to ALL states, including custom ones the user adds to the States collection. We expect the following properties if IsModal is true:

- The user should not be able to interact with background content (unless dismissed)

- In terms of accessibility, keyboard navigation should only navigate within the RadBottomSheet.BottomSheetContent (so not the background or RadBottomSheet.Content)

- Preferably a visual indicator like a scrim in the background to indicate to the user that the bottom sheet is acting like a modal, that when tapped, dismisses both the scrim and the bottom sheet.
 
Unplanned
Last Updated: 29 Oct 2025 08:58 by Mozes
Created by: Mozes
Comments: 0
Category: Chat (Conversational UI)
Type: Feature Request
0
we need to load more messages when user scrolled to top (or if it is already at the top), but there are no events/hooks that can be used to trigger page-loading method.

There are no events or attachable actions, and the only class ScrollMediator's members are fully consealed by internal directive and cannot be overriden/inherited/created either.

1. How to detect scroll position at the top/bottom?
2. How to initially scroll to certain message (aka unread one) instead of straight to bottom?
Unplanned
Last Updated: 28 Oct 2025 15:14 by Christopher
Created by: Christopher
Comments: 0
Category: DataGrid
Type: Feature Request
0
Similar to the Indicator and FilterIndicator, they both expose FontOptions - FontFamily, FontAttributes and FontSize properties. Provide such for the SortIndicator.
1 2 3 4 5 6