Unplanned
Last Updated: 07 Aug 2026 08:33 by Teddy
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
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.



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.
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
Unplanned
Last Updated: 10 Jul 2026 12:51 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.
Unplanned
Last Updated: 02 Jul 2026 14:51 by Theo
having a scenario when setting a definitive height to the popup and trying to display the footer buttons end vertically aligned, this does not work. 
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: 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: 09 Jun 2026 07:27 by Neil N
Created by: Neil N
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
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,
1 2 3 4 5 6