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)
when trying to display data using the trackball, the tooltip is clipped on left at chart start:
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.
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
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.
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.
when having a document with a text fragment with a transparency, the transparency is not respected. the full color is displayed.
Provide screen reader support for scheduler.
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.
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.