Provide an option to sort the template column by nested property.
For example:
<dataGrid:DataGridTemplateColumn>
<dataGrid:DataGridTemplateColumn.CellContentTemplate>
<DataTemplate>
<Label Text="{Binding MyAddress.City}" />
</DataTemplate>
</dataGrid:DataGridTemplateColumn.CellContentTemplate>
<dataGrid:DataGridTemplateColumn.SortDescriptor>
<dataGrid:PropertySortDescriptor PropertyName="MyAddress.City" />
</dataGrid:DataGridTemplateColumn.SortDescriptor>
</dataGrid:DataGridTemplateColumn>
when rendering thousands of data, provide fast line chart. This type of series can be used for system performance monitoring or with chart than need to display thousands data points.
WinForms has fast line chart: https://docs.telerik.com/devtools/winforms/controls/chartview/series-types/fastline
It seems the issue happens randomly -> crashes on a Windows 19 Server while running a basic Windows Maui app.
There is a public bug report: https://github.com/mono/SkiaSharp/issues/3168
Currently the only buttons which can be navigated to and are interactable using keyboard are the next and back buttons, i.e.:
However, the user is unable to navigate to the 'month' selector or the individual dates:
In addition, if we were to click on the Month label, we also can't navigate or select the month we desire using the keyboard.
Currently when a Value is set to the RadLinearProgressBar, the inner progress-bar is being animated for about a second, grows from size 0 to the full size of the RadLinearProgressBar, but the Text remains 0% until the very end, when it turns 100%.
This feature request is to show a Text value that corresponds to the inner progress-bar, i.e. the value in the Text is also animated, synced with the animated progress-bar value.
In the current CollectionView implementation, the CollectionView will start with all the groups expanded. The only way to have any form of preference is to programmatically interact with the DataView after-the-fact https://docs.telerik.com/devtools/maui/controls/collectionview/grouping/expand-collapse
Requested FeatureThe Bottom Sheet component provides an intuitive way to display additional content to the users. It appears on the bottom of a screen as an overlay and presents users with a choice of actions that they must take.
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
Current working behavior: when setting the offset and gradient colors to bar indicator, the gradient is drawn based on the indicator size. I want to draw the gradient based on the axis size.
Current behavior:
Scenario I want to achieve:
Provide an AI assistant for code generation with the Telerik MAUI controls.
Telerik Blazor released such assistant https://www.telerik.com/blazor-ui/documentation/ai/overview