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.
Provide screen reader support for scheduler.
Right to left flow direction completely breaks the RadDataGrid on Android and on iOS it doesn't seem to do anything.
Repro steps:
Android:
iOS:
If you test this on Windows, the FlowDirection is being appropriately applied.
Android LTR:
RTL:
I'm looking to replace the Xamarin RadRichTextEditor control in my Maui app. The Maui native Editor control is good but doesn't scroll.
And to be honest, the RadRichTextEditor gave me more trouble than it was worth (I loved the functionality, but it wasn't a good fit for my implementation).
So, adding the appropriate support to RadEntry to make it more of a 'multiline text editor' or even a 'mini word processor' would be awesome.
I’m trying to give users the ability to rotate the PDF directly from the PDFViewer toolbar. However, I don’t see any rotation button available in the built-in toolbar.
Provide an option to enable pages rotation in the PDF Viewer.
I want to select multiple rows by selecting one and then holding down the shift key and selecting more.
For example in WPF DataGrid there is an Extended multiple selection option: https://docs.telerik.com/devtools/wpf/controls/radgridview/selection/multiple-selection
we would like to auto focus the RadRichTextView control to automatically pop up the keyboard.
Maui Community Toolkit have this functionality for all controls that implement ITextInput
Expose an API to explicitly set the popup position (on which side the popup should be displayed).
Currently, there is a logic that automatically detects the available space and opens the drop-down above or below the input field.