In Development
Last Updated: 21 Jan 2026 14:09 by ADMIN

Hyperlink dialog doesn't display on currently active window in multi-window scenario

 

 

Unplanned
Last Updated: 21 Jan 2026 11:44 by movilidad

When having the android:supportsRtl="false" in the AndroidManifest file, the today and selected date text moves up

 

Solution:

set the property to true.

Unplanned
Last Updated: 20 Jan 2026 11:30 by Bobby
When having a DataGrid with DataPager and going on the second page, the DataGrid keyboard navigation does not work as expected. The keyboard navigation works only on the first page.
Pending Review
Last Updated: 16 Jan 2026 12:23 by ADMIN
It opens every time I open a solution that uses it. And even after I close it, it reappears at times. How do I get rid of it until I want it?
Unplanned
Last Updated: 16 Jan 2026 10:55 by Bobby

Keyboard navigation to editable cells does not retain text selection. Having the SelectionOnFocus to “SelectAll” and the cell is in edit mode, the text gets selected

pressing enter or tab key, the text in the next cell is not selected.

I have tried implicit style, cell edit templates, same result, text gets deselected.

Unplanned
Last Updated: 16 Jan 2026 10:45 by ADMIN
Created by: Leonard
Comments: 1
Category: DataGrid
Type: Feature Request
1

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: 15 Jan 2026 12:16 by ADMIN

we would like to auto focus the RadRichTextView control to automatically pop up the keyboard.

Maui Community Toolkit have this functionality for all controls that implement ITextInput

Unplanned
Last Updated: 14 Jan 2026 15:40 by Michael
When ListenForNestedPropertyChange is true and scrolling or resizing the window, the InvalidOperationException occurs. 
Unplanned
Last Updated: 08 Jan 2026 12:30 by Infra
when changing the device theme from settings -> personalization -> theme to dark, the Editor background color changes to black and text color changes to black, no matter which Telerik theme is set.
Unplanned
Last Updated: 07 Jan 2026 17:57 by ADMIN
when building an app with adding the Theming, there are thousands of warnings.
Unplanned
Last Updated: 07 Jan 2026 10:51 by ADMIN

When the numerical column enters edit mode, in order to display the keyboard you need to tap one more time.

Outside of the datagrid, when the numeric input control gets focused, the keyboard appears.

Unplanned
Last Updated: 05 Jan 2026 11:08 by Teddy

Expose an API to explicitly set the popup position (on which side the popup should be displayed).

Currently, there is a logic that automatically detects the available space and opens the drop-down above or below the input field.

Unplanned
Last Updated: 26 Dec 2025 08:18 by Darwin
Unplanned
Last Updated: 23 Dec 2025 11:21 by ADMIN
when having the following format in cultures where there isn't a space for am/pm and time:
tth:mm or h:mmtt 

the spinner does not display as expected

for example such culture is Chinese (Taiwan) the am/pm and hour spinners are missing:

Unplanned
Last Updated: 22 Dec 2025 06:49 by ADMIN
Created by: Mohammed Rameez
Comments: 2
Category: SideDrawer
Type: Bug Report
0
1. Open the drawer, the app being in portrait mode.

2. Seen that the background is faded out.

3. Change the orientation to landscape mode.

4. ISSUE- Seen that the fade is not covering the screen fully as per the landscape view.
Completed
Last Updated: 17 Dec 2025 13:58 by ADMIN
Release 12.1.0

Null reference exception occurs when measuring the cells container:

at Telerik.Maui.Controls.DataGrid.DataGridTextCellArranger.PrepareContainerForItemOverride(GridCellModel model)
   at Telerik.Maui.Controls.DataGrid.DataGridNumericalCellArranger.PrepareContainerForItemOverride(GridCellModel model)
   at Telerik.Maui.Controls.DataGrid.DataGridColumn.Telerik.Maui.Controls.DataGrid.IDataGridColumnDefinition.PrepareContainerForItem(GridCellModel model)
   at Telerik.Maui.Controls.DataGrid.CellsController`1.GenerateCellsForRow(IItemInfoNode rowModel, Int32 rowSlot)
   at Telerik.Maui.Controls.DataGrid.NodePool`2.GenerateModelsForInfos(IList`1 itemInfos, ModelGenerationContext modelGenerationContext, MeasureContext measureContext)
   at Telerik.Maui.Controls.DataGrid.NodePool`2.MeasureForward(MeasureContext& context)
   at Telerik.Maui.Controls.DataGrid.NodePool`2.MeasureVertically(RadSize availableSize, Double offset, Double verticalBuffer)
   at Telerik.Maui.Controls.DataGrid.NodePool`2.OnMeasure(RadSize availableSize, Double offset, Double verticalBuffer)
   at Telerik.Maui.Controls.DataGrid.GridModel.MeasureCells(RadSize availableSize)
   at Telerik.Maui.Controls.DataGrid.DataGridContentLayout.Measure(Double widthConstraint, Double heightConstraint)
   at Microsoft.Maui.Platform.MauiPanel.MeasureOverride(Size availableSize)
   at ABI.Microsoft.UI.Xaml.IFrameworkElementOverrides.Do_Abi_MeasureOverride_0(IntPtr thisPtr, Size availableSize, Size* result)

Completed
Last Updated: 17 Dec 2025 13:53 by ADMIN
Release 12.1.0

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

 

Workaround: Use the Telerik themes

Duplicated
Last Updated: 17 Dec 2025 13:28 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: 17 Dec 2025 13:26 by ADMIN
Release 12.1.0
Provide an API that allows control over item highlight behavior during filtering. Specifically, if the search text does not match any item, no item should be highlighted, and pressing Enter should not trigger a selection.
Completed
Last Updated: 17 Dec 2025 13:25 by ADMIN
Release 12.1.0
Created by: Leonard
Comments: 2
Category: CheckBox
Type: Feature Request
0
For example IsCheckedChanging event with e.Cancel
1 2 3 4 5 6