Unplanned
Last Updated: 31 Oct 2025 07:26 by Akshat
Created by: Akshat
Comments: 0
Category: TemplatedButton
Type: Feature Request
4
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.
In Development
Last Updated: 30 Oct 2025 09:52 by ADMIN
when committing the edited value in ComboBox, Boolean, Text, the datagrid scrolls at the beginning. The issue happens when using a DataPager and the data model implements property changed
In Development
Last Updated: 30 Oct 2025 09:52 by ADMIN
I cannot filter the ComboBox column when setting a complex object for the column PropertyName and nested property for the ItemDisplayBindingPath. When opening the filtering ui, and selecting a value from the distinct values or entering a letter in the entry, and press filter, the data is cleared and not filtered. 
Unplanned
Last Updated: 30 Oct 2025 09:30 by Patrick Anthamatten

when setting Telerik PlatformDark and PlatformLight themes, the DataPager_PageSizesView_LabelText  localization string of the DataPager does not apply. 

 

Workaround: Use the Telerik themes

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 12:22 by Teddy
jittering occurs when scrolling through the data and having binding in the footer text, expanding the row details and live data update.
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.
In Development
Last Updated: 27 Oct 2025 08:39 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
Created by: Craig
Comments: 0
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.
In Development
Last Updated: 27 Oct 2025 08:39 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
Created by: Chris
Comments: 1
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.

In Development
Last Updated: 27 Oct 2025 08:39 by ADMIN
Scheduled for 12.0.0 (2025 Q4)

When setting horizontal text alignment to center, the text in Telerik Entry is not centered. In MAUI entry works. 

<ContentPage.Resources>
		<ResourceDictionary>
			<Style TargetType="telerik:RadEntry" x:Key="entry">
				<Setter Property="HeightRequest" Value="{OnPlatform WinUI=36,Android=40}"/>
				<Setter Property="WidthRequest"  Value="{OnPlatform WinUI=40,Android=40}"/>
				<Setter Property="MinimumWidthRequest"  Value="{OnPlatform WinUI=0,Android=10}"/>
				<Setter Property="MaxLength" Value="2"/>
				<Setter Property="FontSize" Value="15"/>
				<Setter Property="Margin" Value="0,0"/>
				<Setter Property="HorizontalTextAlignment" Value="Center"/>
				<Setter Property="VerticalTextAlignment" Value="Center"/>
				<Setter Property="HorizontalOptions" Value="Center"/>
			</Style>

			<Style TargetType="Entry" x:Key="mystyle">
				<Setter Property="HeightRequest" Value="{OnPlatform WinUI=36,Android=40}"/>
				<Setter Property="WidthRequest"  Value="{OnPlatform WinUI=40,Android=40}"/>
				<Setter Property="MinimumWidthRequest"  Value="{OnPlatform WinUI=0,Android=10}"/>
				<Setter Property="MaxLength" Value="2"/>
				<Setter Property="FontSize" Value="15"/>
				<Setter Property="Margin" Value="0,0"/>
				<Setter Property="HorizontalTextAlignment" Value="Center"/>
				<Setter Property="VerticalTextAlignment" Value="Center"/>
				<Setter Property="HorizontalOptions" Value="Center"/>
			</Style>
		</ResourceDictionary>
	</ContentPage.Resources>

	<VerticalStackLayout Spacing="10">
		<Entry Text="99" Style="{StaticResource mystyle}"/>
		<telerik:RadEntry Text="99" x:Name="entry" Style="{StaticResource entry}"
						  ClearButtonVisibility="Never" />

	</VerticalStackLayout>

 

In Development
Last Updated: 27 Oct 2025 08:39 by ADMIN
Scheduled for 12.0.0 (2025 Q4)

Delegate aggregate descriptor does not update value in the UI when adding/removing item.

The behavior also happens with the property aggregate descriptor.

Unplanned
Last Updated: 27 Oct 2025 06:13 by ADMIN
Created by: Kelvin
Comments: 2
Category: Scheduler
Type: Feature Request
3
Add a command that is called when the user taps on the week day in MultiDayView / WeekView definition of the Scheduler with a parameter that date.
Unplanned
Last Updated: 21 Oct 2025 09:53 by Dennis

For the distinct values, there is a bool property that allows you to hide the distinct values: ShowDistinctValuesFilter. 

Expose similar way for the Show Rows with Values options

 

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
Declined
Last Updated: 13 Oct 2025 11:46 by ADMIN
Created by: axp
Comments: 4
Category: CollectionView
Type: Bug Report
1
  1. Unexpected indent at the right, Android/iOS.
  2. iOS only issue - width of CollectionView content continuously changes during scroll - to fill that ident and back.
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>

1 2 3 4 5 6