Unplanned
Last Updated: 04 Sep 2026 12:28 by Frédéric.R
Created by: Peter
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
8

Hi Team,

I would like to be able to have client-side filtering/sorting/grouping capabilities for large backend datasets that cannot be entirely loaded on the client.

As it stands now, the DataGrid (and other data components) can only operate on the data that is has in the local DataView. This means that I need to build a custom filtering solution that prefilters/presorts the backend data before paging and loading it into the DataGrid.

To accomplish the "full view", we need a data layer that understands both the UI as well as the backend. The Telerik UI for WPF product has an excellent solution for this, known as the WPF EntityFrameworkCoreDataSource - Overview - Telerik UI for WPF and the WPF DataServiceDataSource - Overview - Telerik UI for WPF.

If such a feature can be added to Telerik UI for MAUI, it would be an excellent bonus for the component suite in data heavy applications.

Thank you,

Peter

 

Planned
Last Updated: 04 Sep 2026 11:44 by ADMIN
Scheduled for October 2026
Created by: Stenly
Comments: 0
Category: RichTextEditor
Type: Feature Request
0
Automatically change the background and text color depending on the applied Telerik theme.
Unplanned
Last Updated: 04 Sep 2026 09:46 by Frédéric.R
When RadDataGrid uses LoadOnDemand with a plain ObservableCollection<T> as its ItemsSource, there is no supported API for the application to indicate that no further items are available.

As a result, the grid can continue raising LoadOnDemand requests after the data source has returned all available items. Applications must currently maintain pagination state and use a custom LoadMoreData command or other workarounds to prevent additional requests.

Provide a supported option that allows applications to stop load-on-demand once no further data is available. The grid should resume requesting items when the relevant data/query state changes.
In Development
Last Updated: 31 Aug 2026 11:26 by ADMIN
When pointer enters chart with no data and series and having a trackball behavior added, argument null exception occurs.
Unplanned
Last Updated: 31 Aug 2026 09:26 by Trevor
On Android, the application crashes during login/navigation after the Telerik license warning overlay has been displayed. A subsequent overlay refresh deinitializes MAUI’s `WindowOverlay`, which attempts to remove its graphics view from a previously disposed native `CoordinatorLayout`.
Completed
Last Updated: 28 Aug 2026 10:13 by ADMIN
Created by: SturmA
Comments: 6
Category: UI for .NET MAUI
Type: Bug Report
13
when changes are made in the xaml, they are not applied live in the running app using the Hot Reload
In Development
Last Updated: 28 Aug 2026 06:32 by ADMIN
When a TelerikSlider is placed inside a layout that contains a view above the slider (e.g. a BoxView) that toggles visibility based on the slider’s value, an unexpected behavior occurs:

If the user is clicking on a slider value that toggles the visibility of the green box to change (either show or hide), the slider thumb continues to follow the mouse cursor even after the drag should have ended. This continues until the user explicitly clicks somewhere on the slider again.
In Development
Last Updated: 28 Aug 2026 06:32 by ADMIN

If the AutoComplete is nested inside a modal Popup and Unfocus() is called on SuggestionItemSelected or Completed, the cursor/focus stays within the AutoComplete.

The same does not happen (the AutoComplete is properly unfocused) when the control is placed in MainPage.

In Development
Last Updated: 28 Aug 2026 06:31 by ADMIN
Created by: Elvin
Comments: 0
Category: BusyIndicator
Type: Bug Report
0
RadBusyIndicator crashes after a while when using AnimationType="Animation6".
In Development
Last Updated: 28 Aug 2026 06:31 by ADMIN

When adding a ComboBox in a page and navigating back from this page to another page, the app crashes. 


PlatformView cannot be null here
StackTrace = "   at Microsoft.Maui.Handlers.ViewHandler`2.get_PlatformView()\r\n   at Telerik.Maui.Handlers.RadBorderHandler.MapBackgroundColor(RadBorderHandler handler, IRadBorder border)\r\n   at Microsoft.Maui.PropertyMapper`2.<>c__DisplayClass5_0.<Add>b__0(IElementH...

Workaround: 

If I wrap that command call in an ICommand then no issues.

In Development
Last Updated: 28 Aug 2026 06:30 by ADMIN
When RadAutoComplete's SuggestionView cannot fit in the available space when the keyboard is open, some or all of the suggested items are not displayed.
In Development
Last Updated: 26 Aug 2026 14:04 by ADMIN
Created by: Stefano
Comments: 0
Category: DataForm
Type: Bug Report
1
When using a style for the corresponding masked editors like email, text, regex and numeric, the style does not apply to the editor. 
In Development
Last Updated: 26 Aug 2026 10:31 by ADMIN
The control is enabled even when IsEnabled is set to false. 
In Development
Last Updated: 26 Aug 2026 08:24 by ADMIN
Provide an option to raise PropertyChanged event without a PropertyName that you just update everything related to that object's row, including all its cells and aggregates
In Development
Last Updated: 26 Aug 2026 06:35 by ADMIN
Created by: Giovanni Rojas
Comments: 1
Category: PDFViewer
Type: Bug Report
1
when having a shading type 3 element in the document, it is not rendered as expected in the Viewer.
Unplanned
Last Updated: 25 Aug 2026 11:06 by ADMIN
The old Chart object supported LabelFitMode but the new Charts does not have this.  Provide a method to rotate the labels on an Axis.
Completed
Last Updated: 25 Aug 2026 03:08 by Daniel

Null reference exception occurs with maui 10.0.90

Just add the datagrid definition in xaml or code behind and exception occurs.

Stack-trace:

at Microsoft.Maui.Controls.BindableObject.ApplyBindings(Boolean fromBindingContextChanged)
   at Microsoft.Maui.Controls.BindableObject.SetInheritedBindingContext(BindableObject bindable, Object value)
   at Microsoft.Maui.Controls.Element.SetChildInheritedBindingContext(Element child, Object context)
   at Microsoft.Maui.Controls.TemplatedPage.SetChildInheritedBindingContext(Element child, Object context)
   at Microsoft.Maui.Controls.Element.SetLogicalChildBindingContext(BindableObject child, Object bc)
   at Microsoft.Maui.Controls.BindableObjectExtensions.PropagateBindingContext[T](BindableObject self, IEnumerable`1 children, Action`2 setChildBindingContext)
   at Microsoft.Maui.Controls.Element.OnBindingContextChanged()
   at Microsoft.Maui.Controls.VisualElement.OnBindingContextChanged()
   at Microsoft.Maui.Controls.Page.OnBindingContextChanged()
   at Microsoft.Maui.Controls.ContentPage.OnBindingContextChanged()
   at Microsoft.Maui.Controls.BindableObject.BindingContextPropertyChanged(BindableObject bindable, Object oldvalue, Object newvalue)
   at Microsoft.Maui.Controls.BindableObject.OnBindablePropertySet(BindableProperty property, Object original, Object value, Boolean didChange, Boolean willFirePropertyChanged)
   at Microsoft.Maui.Controls.Element.OnBindablePropertySet(BindableProperty property, Object original, Object value, Boolean changed, Boolean willFirePropertyChanged)
   at Microsoft.Maui.Controls.BindableObject.SetValueActual(BindableProperty property, BindablePropertyContext context, Object value, Boolean currentlyApplying, SetValueFlags attributes, SetterSpecificity specificity, Boolean silent)
   at Microsoft.Maui.Controls.BindableObject.SetValueCore(BindableProperty property, Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes, SetterSpecificity specificity)
   at Microsoft.Maui.Controls.BindableObject.SetValue(BindableProperty property, Object value)
   at Microsoft.Maui.Controls.BindableObject.set_BindingContext(Object value)

Unplanned
Last Updated: 24 Aug 2026 12:41 by Chris
The DataGrid is blank in when using AOT compilator
Completed
Last Updated: 21 Aug 2026 11:32 by ADMIN
Release 15.0.0

When navigating to DataGrid examples, xaml binding errors occur for ActualWidth and Header Text. 

Still, the app runs as expected. 

Unplanned
Last Updated: 21 Aug 2026 06:11 by ADMIN
the following scenario: 2 property aggregate descriptors that use different properties than the property bound to the column and when editing the column, one of the property in the footer text does not update the value in the UI. 
1 2 3 4 5 6