In Development
Last Updated: 05 Aug 2026 14:12 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: 05 Aug 2026 14:08 by Craig
When pointer enters chart with no data and series and having a trackball behavior added, argument null exception occurs.
Unplanned
Last Updated: 05 Aug 2026 14:04 by ADMIN
now when navigating to the control using the tab key, the first segment gets focused, so I want first the entire control to get focused, then each segment. So provide an option to focus the entire control first using the tab key
Unplanned
Last Updated: 04 Aug 2026 08:52 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: 31 Jul 2026 07:20 by Craig
Created by: Craig
Comments: 0
Category: SegmentedControl
Type: Feature Request
4

provide support for : narrator and voice over
and the screen reader should  announcing:

  • Announcement of the currently focused segment during keyboard navigation.
  • Announcement of selection changes.



Duplicated
Last Updated: 30 Jul 2026 08:29 by ADMIN
On Android, the AutoComplete control's suggestion view will sometimes only render some or none of the results, which results in a blank or partially blank dropdown for the user. The results will sometimes show up when the user closes the keyboard and re-opens the keyboard; however, it usually will only render the results that were scrolled to at the time of re-opening the keyboard.
Unplanned
Last Updated: 29 Jul 2026 13:01 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.
In Development
Last Updated: 22 Jul 2026 11:59 by ADMIN
Scheduled for Q3 2026
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 
In Development
Last Updated: 22 Jul 2026 11:59 by ADMIN
Scheduled for Q3 2026
In Development
Last Updated: 22 Jul 2026 11:50 by ADMIN
You can tab into the datagrid, but can't tab out of the data grid (focus trap)
In Development
Last Updated: 21 Jul 2026 14:45 by ADMIN
Scheduled for Q3 2026
Created by: Teddy
Comments: 1
Category: TimePicker
Type: Feature Request
24

Allow for up/down arrows to step up/down the time element with the keyboard cursor. For example, if I have my keyboard cursor on the hours of a time, then pressing up would increase the hour by 1.

Keyboard support for the dropdown... Space to open, tab and/or arrows to cycle through and change the date/time.

 

Completed
Last Updated: 21 Jul 2026 11:49 by ADMIN
Release 7.1.0 (2024 Q3)

You cannot swipe along with the content when navigation to another item. You have to swipe outside of the content. Video is attached


Workaround: 

Use the navigation buttons for navigating to another view.

    <telerik:RadSlideView x:Name="slideView"
                NavigationButtonsVisibility="Visible"

Planned
Last Updated: 20 Jul 2026 10:14 by ADMIN
Scheduled for Q3 2026
Created by: Didi
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
you have a slider and range slider.

add circular slider control. 
Unplanned
Last Updated: 16 Jul 2026 13:04 by ADMIN
Created by: Wojtek
Comments: 1
Category: DataGrid
Type: Feature Request
0
I'd appreciate proper selector for this. I think that's a good addition for DataGrid customization having a style selector for the mouse hover based on the cell value
Completed
Last Updated: 13 Jul 2026 07:03 by ADMIN
Release 14.1.0
Provide an event that occurs when the content in the DataGrid is drawn. 
Completed
Last Updated: 13 Jul 2026 06:41 by ADMIN
Release 14.1.0

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

Completed
Last Updated: 13 Jul 2026 06:40 by ADMIN
Release 14.1.0
I want to hide/show the column headers dynamically. Provide such option, for example bool property, etc. 
Completed
Last Updated: 10 Jul 2026 14:42 by ADMIN
Release 14.1.0

I received the following stack traces when using aggregates and 

Exception Message:
Object reference not set to an instance of an object

Exception Stack:
   at Telerik.Maui.Data.ParallelDataEngine.Telerik.Maui.Data.IDataEngine.RebuildAggregatesForItem(Object item, String propertyName)
   at Telerik.Maui.Data.LocalDataSourceProvider.ProcessPropertyChangedOverride(Object sender, PropertyChangedEventArgs args)
   at Telerik.Maui.Data.LocalDataSourceProvider.DataView_ItemPropertyChanged(Object sender, PropertyChangedEventArgs e)
   at Telerik.Maui.Data.EnumerableDataSourceView.Telerik.Maui.IWeakEventListener.ReceiveEvent(Object sender, Object args)
   at Fmr.Sirius.ComponentModel.ObservableObject.FirePropertyChanged(IEnumerable`1 propertyChanges)
   at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
   at System.Reactive.Concurrency.AsyncLock.Wait(Object state, Delegate delegate, Action`2 action)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.TimerQueueTimer.System.Threading.IThreadPoolWorkItem.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()

Exception.Stack 2:

   at Telerik.Maui.Data.ParallelDataEngine.Telerik.Maui.Data.IDataEngine.RebuildAggregatesForItem(Object item, String propertyName)
   at Telerik.Maui.Data.LocalDataSourceProvider.ProcessPropertyChangedOverride(Object sender, PropertyChangedEventArgs args)
   at Telerik.Maui.Data.LocalDataSourceProvider.DataView_ItemPropertyChanged(Object sender, PropertyChangedEventArgs e)
   at Telerik.Maui.Data.EnumerableDataSourceView.Telerik.Maui.IWeakEventListener.ReceiveEvent(Object sender, Object args)
   at Fmr.Sirius.ComponentModel.ObservableObject.FirePropertyChanged(IEnumerable`1 propertyChanges)
   at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
   at System.Reactive.Linq.ObservableImpl.Sample`1._.Tick()
   at System.Reactive.Concurrency.DefaultScheduler.PeriodicallyScheduledWorkItem`1.<>c.<Tick>b__5_0(PeriodicallyScheduledWorkItem`1 closureWorkItem)
   at System.Reactive.Concurrency.AsyncLock.Wait(Object state, Delegate delegate, Action`2 action)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.TimerQueueTimer.System.Threading.IThreadPoolWorkItem.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()

Completed
Last Updated: 10 Jul 2026 14:42 by ADMIN
Release 14.1.0
Whenever we navigate between any view and back to the view where autocomplete resides, the keyboard navigation is treated as if it was attached once more (that's my assumption) - meaning that when we did one cycle of navigation (go to another view and back), trigger auto completion and press arrow down on keyboard it jumps two records down instead of one. The problem is incremental so when we do for example 4 cycles of navigation and press arrow down key, we jump 4 items down and the 4th item is highlighted.
Completed
Last Updated: 10 Jul 2026 14:42 by ADMIN
Release 14.1.0

A NullReferenceException may occur during the DataGrid cell measure phase. The issue appears to happen when the cells are being generated or prepared for layout:

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.GridModel.MeasureCells(RadSize availableSize)
at Telerik.Maui.Controls.DataGrid.DataGridContentLayout.MeasureChildren(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)
1 2 3 4 5 6