In Development
Last Updated: 24 Apr 2026 13:41 by ADMIN
When using a typing indicator in the chat and sending messages, the first few messages get out of the visible are of the screen and cannot be scrolled to.
In Development
Last Updated: 23 Apr 2026 14:29 by ADMIN

having a combobox inside the collectionview, click on the combo to open, then click again on the same location where you clicked to open the combo and exception occurs.

this is the stack trace: 

 at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|38_0(Int32 hr)
   at ABI.Microsoft.UI.Input.IGestureRecognizerMethods.ProcessDownEvent(IObjectReference _obj, PointerPoint value)
   at Microsoft.UI.Input.GestureRecognizer.ProcessDownEvent(PointerPoint value)
   at Telerik.Maui.NativeGestureRecognizer.HoldGestureRecognizer_PointerPressed(Object sender, PointerRoutedEventArgs e)
   at ABI.Microsoft.UI.Xaml.Input.PointerEventHandler.Do_Abi_Invoke(IntPtr thisPtr, IntPtr sender, IntPtr e)

 

Unplanned
Last Updated: 23 Apr 2026 09:35 by Chris

having a datagrid with columns and setting the celleditor style to text column, then setting SelectionOnFocus to some value, then enter the edit mode, for example select all or cursor at start do not apply., always cursor at end applies.

The behavior also happens when using CellEditTemplate and there is RadEntry in it. The SelectionOnFocus does not apply. 

Unplanned
Last Updated: 22 Apr 2026 07:59 by ADMIN
Created by: JKattestaart
Comments: 1
Category: Scheduler
Type: Feature Request
0

To have a real alternative for wpf, the scheduler should support timeline view. Not for the mobile, but for tablet and browser applications.

In my application i have the resources on the left and de timeline on the top. This is neccesary to migrate to MAUI and be later to Uno or whatsoever

In Development
Last Updated: 21 Apr 2026 11:10 by ADMIN

when having a document with a text fragment with a transparency, the transparency is not respected. the full color is displayed.

In Development
Last Updated: 21 Apr 2026 10:05 by ADMIN

from 11.1.0 version and above the behavior of dropping item changes for my custom scenario.

I have two CollectionView's. one on left has inner collectionview, and one on right. When the inner collectionview has no items, dropping item from the right collectionview to the collectionview with no data cannot be achieved. 

The height of the inner collectionview with no items is 0. 

This works in 11.0.0 version but after 11.1.0 the behavior changes and item cannot be dropped.

In Development
Last Updated: 21 Apr 2026 10:04 by ADMIN

Items do not display after scrolling, navigating to another page, and returning to the page. 

You have to scroll or resize the window and the items appear

In Development
Last Updated: 21 Apr 2026 10:03 by ADMIN
for now the axis has LabelFormat, expose LabelFormatter similar to the chart axis. 
Completed
Last Updated: 17 Apr 2026 13:12 by Kelvin
Release 13.1.0
When having a TreeView inside SlideView content, cannot change the slides using pan gesture
Unplanned
Last Updated: 15 Apr 2026 13:25 by ADMIN

When setting the IsLooping property to "False" through SpinnerStyle property, the infinite looping while scrolling is not disabled.

<ContentPage.Resources>
<Style TargetType="telerik:RadSpinner" x:Key="spinnerStyle">
    <Setter Property="IsLooping" Value="False" />
</Style>
</ContentPage.Resources>

<VerticalStackLayout WidthRequest="300" HorizontalOptions="Center">
    <telerik:RadDateTimePicker x:Name="dateTimePicker"
                                                  SpinnerStyle="{StaticResource spinnerStyle}"
                                                  MinimumDate="2020/01/01"
                                                  MaximumDate="2026/12/31" />
</VerticalStackLayout>

Unplanned
Last Updated: 14 Apr 2026 14:17 by Cameron
Created by: Cameron
Comments: 0
Category: Gauge
Type: Feature Request
0
when setting for example minimum 0 and maximum 1, add an option to reverse the axis values, from 1 to 0
Unplanned
Last Updated: 14 Apr 2026 13:22 by ADMIN
i want to display a label in the center of the pie/donut chart. 
In Development
Last Updated: 14 Apr 2026 11:50 by ADMIN
when using sticky group headers and adding removing items, to the control, the items.count in the sticky header do not update. You have to scroll the control, expand/collapse the group so the item count to be updated. 
Unplanned
Last Updated: 10 Apr 2026 09:43 by ADMIN
when setting a custom palette, the xy grid lines are not visible on Android
Unplanned
Last Updated: 06 Apr 2026 10:02 by Teddy
Add a mouse hover gesture so the tooltip, trackball to be displayed when hovering the chart plot area.
Unplanned
Last Updated: 03 Apr 2026 12:20 by Teddy
An API for tooltip position inside the trackball behavior will be a good addition to the Trackball behavior, as in this way you can manage the tooltip position. for example left, right, center, stretch, etc,
Unplanned
Last Updated: 03 Apr 2026 12:08 by Teddy

when trying to display data using the trackball, the tooltip is clipped on left at chart start: 

Unplanned
Last Updated: 03 Apr 2026 11:54 by ADMIN
Created by: Hanoch
Comments: 1
Category: Chart
Type: Feature Request
6
I want to suit each line series tooltip border color to match the chart palette color
Unplanned
Last Updated: 03 Apr 2026 11:41 by Teddy

when having a chart with horizontal datetime axis and trackball behavior, the first and last points are not displayed in the trackball

when using categorical axis, the last point displays in the tooltip, but the first point does not.

Unplanned
Last Updated: 02 Apr 2026 13:17 by Teddy

Currently to achieve this I have to access the native chart and apply a gradient on the native chart series fill and stroke on iOS/Mac 

on WinUI I have to define a new template for the series PointTemplate. and set the color.

 
1 2 3 4 5 6