In Development
Last Updated: 30 Jun 2026 12:55 by ADMIN
Created by: Wojtek
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0

Clear icon is different between input controls and also margin and padding looks different.

Make sure the input controls share same look and feel across platforms.

In Development
Last Updated: 30 Jun 2026 09:51 by ADMIN
I want to hide/show the column headers dynamically. Provide such option, for example bool property, etc. 
In Development
Last Updated: 30 Jun 2026 09:51 by ADMIN
Provide an event that occurs when the content in the DataGrid is drawn. 
Unplanned
Last Updated: 30 Jun 2026 08:41 by Teddy
Created by: Teddy
Comments: 0
Category: DataGrid
Type: Feature Request
0

Provide an option to drag a cell content and drop it to another cell for both default and skia render modes

Makes this feature also available for skia cell renderer

Unplanned
Last Updated: 29 Jun 2026 09:55 by ADMIN
Created by: Teddy
Comments: 1
Category: AutoComplete
Type: Feature Request
5
I see we can set the SuggestionView's height. And we can set a combo box's DropDownWidth. Can we also get a SuggestionViewWidth property on RadAutoComplete?
Unplanned
Last Updated: 25 Jun 2026 20:39 by Teddy
Created by: Teddy
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0

This is a request to have a Markdown Viewer added to Telerik UI for Maui's portfolio. Something similar to these:

We would only need the ability to view markdown. Not edit it.

Thank you,

Teddy

Unplanned
Last Updated: 15 Jun 2026 09:01 by ADMIN
Created by: Benjamin
Comments: 1
Category: CollectionView
Type: Feature Request
6
I want to have a single deselect built-in using keyboard key. 
There is a feature request for single deselect selection mode here: https://feedback.telerik.com/maui/1715480-collectionview-provide-a-single-deselect-option-when-tapping-the-selected-item-again-to-be-deselected 
Unplanned
Last Updated: 12 Jun 2026 10:47 by ADMIN
In Development
Last Updated: 11 Jun 2026 06:16 by ADMIN

Hello,

it would be a very useful information when subscribing to the DataBindingComplete Command of a DataGrid to know whether for example a filter, sort, grouping had changed.

Currently, it is an internal Property

    public class DataBindingCompleteEventArgs : EventArgs
    {
        public IDataViewCollection DataView { get; internal set; }

        internal DataChangeFlags ChangeFlags { get; set; }

        internal DataBindingCompleteEventArgs()
        {
        }
    }

Regards

Unplanned
Last Updated: 09 Jun 2026 07:27 by Neil N
Created by: Neil N
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
Unplanned
Last Updated: 03 Jun 2026 06:38 by Giovanni Rojas
Created by: Giovanni Rojas
Comments: 0
Category: DataGrid
Type: Feature Request
1

Provide an option to set explicit style to the grouping panel, for example expose GroupingPanelStyle property. 

Currently, the option is using an implicit style targeting the DataGridGroupingPanel

<Style TargetType="telerik:DataGridGroupingPanel">
    <Setter Property="BackgroundColor" Value="Red"/>
    <Setter Property="HeaderText" Value="Hello to group"/>
    <Setter Property="CornerRadius" Value="10"/>
    <Setter Property="BorderThickness" Value="2"/>
    <Setter Property="BorderColor" Value="Blue"/>
</Style>

 

Unplanned
Last Updated: 01 Jun 2026 10:50 by hw
Created by: hw
Comments: 0
Category: PromptInput
Type: Feature Request
0
I want to style the selected text color, please expose such property. 
Unplanned
Last Updated: 01 Jun 2026 09:39 by ADMIN
Created by: Hakob
Comments: 1
Category: Entry
Type: Feature Request
2
Provide an option to change the cursor(caret) color for Entry, AutoComplete and ComboBox.
Completed
Last Updated: 20 May 2026 11:30 by ADMIN
Release 14.0.0 (2026 Q2)
Created by: Akshat
Comments: 1
Category: TemplatedButton
Type: Feature Request
9
allow the button to be accessible using the tab keyboard key.
Completed
Last Updated: 20 May 2026 11:29 by ADMIN
Release 14.0.0 (2026 Q2)
for now the axis has LabelFormat, expose LabelFormatter similar to the chart axis. 
Completed
Last Updated: 20 May 2026 11:27 by ADMIN
Release 14.0.0 (2026 Q2)
Created by: Aaron
Comments: 1
Category: SegmentedControl
Type: Feature Request
1
Provide a way to set rounded corners on the outer buttons and to the complete segment control
Completed
Last Updated: 20 May 2026 11:27 by ADMIN
Release 14.0.0 (2026 Q2)
Currently, there is no ItemTemplate for the SegmentedControl, therefore we need to use an IEnumerable<string>.

Please add support for ItemTemplate, or DisplayMemeberBinding property, so that we can bind to an IEnumerable<T>.
Completed
Last Updated: 20 May 2026 11:24 by ADMIN
Release 14.0.0 (2026 Q2)
Currently users can navigate through segments with Tab key on Windows - provide a way to go forward/backward through arrow keys as well.
Completed
Last Updated: 20 May 2026 11:23 by ADMIN
Release 14.0.0 (2026 Q2)
Created by: Jax
Comments: 1
Category: SegmentedControl
Type: Feature Request
12
I want to enlarge the font size in the option, but there is no fontsize attribute in this control.
Completed
Last Updated: 20 May 2026 11:18 by ADMIN
Release 14.0.0 (2026 Q2)
Created by: Craig
Comments: 2
Category: ToggleButton
Type: Feature Request
14
At this time I cannot keyboard navigate tab into it, never gets focus.
1 2 3 4 5 6