Unplanned
Last Updated: 01 Jul 2026 07:09 by Mathieu
Created by: Mathieu
Comments: 0
Category: DataGrid
Type: Feature Request
1
I want to be able to drag my mouse over cells to select them.
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: 16 Jun 2026 06:28 by ADMIN

NET MAUI net 9 and net 10 projects

tested on winui and android

Warnings: Element (warning): Microsoft.Maui.Controls.SolidColorBrush is already a child of Telerik.Maui.Controls.RadEffectsView. Remove ... before adding ... (x many) Element (warning): Microsoft.Maui.Controls.SolidColorBrush is already a child of Telerik.Maui.Controls.RadBorder. Remove ... before adding ... ``` ## Reproduction 1. A `ContentPage` inside a `NavigationPage` containing several Telerik `RadEntry` styled via **implicit styles** that set `BorderBrush` across multiple `VisualState`s (Normal/Focused/Invalid/ReadOnly/…). No custom `ControlTemplate` is applied; only `BorderBrush` (and background/text) setters. 2. Interact with the page, and with the entry control on it 3. There are warnings in the output

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
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.
Unplanned
Last Updated: 20 May 2026 15:29 by ADMIN
Created by: Nico
Comments: 4
Category: Scheduler
Type: Bug Report
0

The AppointmentTapCommand is not working on Android in DayView and WeekView, only works on MonthView.
When selecting an appoinment in Day/WeekView the Scheduler scrolls to top

Unplanned
Last Updated: 20 May 2026 15:17 by ADMIN
When setting ToolTipProperties.Text of a ButtonToolbarItem to a something other than an empty string, the associated command is never executed.
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage
    x:Class="Toolbar.MainPage"
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:local="clr-namespace:Toolbar"
    xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
    x:DataType="local:MainPageViewModel">

    <ContentPage.Resources>
        <ResourceDictionary>
            <Style
                x:Key="ActionMenuButtonToolbarItemViewBaseStyle"
                ApplyToDerivedTypes="True"
                TargetType="telerik:ButtonToolbarItemView">
                <Setter Property="DisplayOptions" Value="Text" />
                <Setter Property="TextColor" Value="White" />
                <Setter Property="FontFamily" Value="{x:Static telerik:TelerikFont.Name}" />
                <Setter Property="FontSize" Value="16" />
                <Setter Property="ToolTipProperties.Text" Value="click to change count" />
            </Style>

        </ResourceDictionary>
    </ContentPage.Resources>
    <ScrollView>
        <VerticalStackLayout Padding="30,0" Spacing="25">
            <telerik:RadToolbar x:Name="toolbarButtons" AutomationId="toolbarButtons">
                <telerik:ButtonToolbarItem
                    Command="{Binding ButtonClickedCommand}"
                    Style="{StaticResource ActionMenuButtonToolbarItemViewBaseStyle}"
                    Text="{x:Static telerik:TelerikFont.IconUpOpen}" />
            </telerik:RadToolbar>
        </VerticalStackLayout>
    </ScrollView>

</ContentPage>

Unplanned
Last Updated: 19 May 2026 16:10 by Fred
When the RadEntry is added inside a multi window and having a disabled state,  ObjectDisposedException  is raised in custom scenario with opening closing windows,
Unplanned
Last Updated: 19 May 2026 13:02 by ADMIN
When using the Telerik RadTextInput control with TextTransform="Uppercase", if you edit text in the middle of the input (e.g., change "MSFT" to "MEFT" by replacing "S" with "E") while caps lock is OFF, the cursor jumps to the end of the text after typing. However, if caps lock is ON, the cursor remains in the correct position after editing.
Unplanned
Last Updated: 19 May 2026 09:54 by Benjamin
Now the focused state: When navigating the application via keyboard there is an extra tab press required to focus the items within the RadCollectionView. The first tab focuses the entire control but there isn't an indication for this.
Unplanned
Last Updated: 19 May 2026 09:44 by Giovanni Rojas
Created by: Giovanni Rojas
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
Provide the resx file for the controls used for the localization feature.
Unplanned
Last Updated: 19 May 2026 06:42 by Kyle
Created by: Kyle
Comments: 0
Category: TimePicker
Type: Feature Request
10
provide support for right to left flow direction. for the spinners for example on iOS when setting the Right to left flow direction it does not apply. does not apply
Unplanned
Last Updated: 13 May 2026 07:25 by Tongprakob
I want to have the option to get the last visible index in Collectionview control.
Unplanned
Last Updated: 05 May 2026 11:44 by ADMIN
Created by: Paul
Comments: 4
Category: DataGrid
Type: Feature Request
8
I would like to use a mouse to drag a row to a new spot in row order.

Found this info for WinForms, but not finding anything for MAUI RadDataGrid

https://docs.telerik.com/devtools/winforms/knowledge-base/gridview-drag-drop-bound-mode 

https://docs.telerik.com/devtools/winforms/controls/gridview/end-user-capabilities/reordering-rows 
1 2 3 4 5 6