Unplanned
Last Updated: 09 Apr 2026 08:31 by Lance

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: 08 Apr 2026 08:00 by Garry
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: 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 17:11 by Calin

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

Unplanned
Last Updated: 02 Apr 2026 13:45 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.

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.

 
Unplanned
Last Updated: 27 Mar 2026 08:45 by ADMIN

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

Unplanned
Last Updated: 25 Mar 2026 13:50 by Frank
For example having a document with 660 pages and searching a word, when the search feature iterates over all pages at some point the app terminates. 
Unplanned
Last Updated: 24 Mar 2026 11:36 by BDR-Dev
Created by: BDR-Dev
Comments: 0
Category: Chat (Conversational UI)
Type: Bug Report
9
The `RadChat` control is pushed completely off-screen when the soft keyboard appears on iOS devices/emulators only. 

The chat message history becomes invisible and inaccessible to the user while the keyboard is open. 
Unplanned
Last Updated: 12 Mar 2026 12:37 by ADMIN
If the ComboBox (or AutoComplete) is placed inside a ScrollView, scrolling through the page, the dropdown keeps the same position with the scroll and away from the combo (autocomplete).
Unplanned
Last Updated: 11 Mar 2026 07:00 by GSI - Technical Support
Created by: GSI - Technical Support
Comments: 0
Category: Scheduler
Type: Feature Request
1

Provide screen reader support for scheduler.

Unplanned
Last Updated: 02 Mar 2026 16:04 by Neil N
When RadCheckbox is inside a virtualized control's ItemTemplate (e.g. CollectionView) it displays wrong value.
Unplanned
Last Updated: 27 Feb 2026 11:38 by ADMIN

I have TabView which contains multiple tabs and tabs contains ScrollView with multiple entry elements.

After click on entry keyboard on android in the first tab, the content moves so you can see what to type in the input.

For all other tabs, the keyboard covers the entry.

Unplanned
Last Updated: 19 Feb 2026 18:45 by ADMIN

when using the flowing setup: 

 

<telerik:RadCartesianChart.ChartBehaviors>
                    <telerik:ChartSelectionBehavior x:Name="selection"
                                                    SeriesSelectionMode="None"
                                                    DataPointSelectionMode="Single"
                                                SelectionChanged="selection_SelectionChanged"/>
</telerik:RadCartesianChart.ChartBehaviors>

 

the selection behavior on data point does not fire on iOS/MacCatalyst on Cartesian series. It works for PieSeries. 

Unplanned
Last Updated: 19 Feb 2026 18:21 by n/a
When having a tap gesture with single tap added to the chart control, the tap event is raised on double tap. 
Unplanned
Last Updated: 18 Feb 2026 14:34 by Michael
Created by: Hanoch
Comments: 2
Category: DataGrid
Type: Feature Request
3
 I need to change the size of the DataGrid scrollbars to be wider and customize their color.
1 2 3 4 5 6