The content inside the swipe template is missing when using MAUI 9.0.40 and Telerik MAUI 10.0.0
Workaround:
Use MAUI 9.0.30 and Telerik MAUI 10.0.0
For example, I copy image from the device and want to paste it in the editor. Then when get the html I want the image to have a valid src.
on MacCatalyst when pasting image in the editor and then GetHtmlAsync the image src is:
<img src="blob:null/" ..../>
on WinUI, I cannot paste image in the editor, copied from outside of the editor.
When a ComboBox editor is open in the DataGrid, one can use the arrow keys to go up and down the items of the combo in order to make a selection. When pressing Enter it is expected that the ComboBox gets closed and the DataGrid is still in edit mode for the same cell.
However, when the Enter is pressed - the ComboBox closes and the next row goes into edit mode - this behavior is erroneous.
Improve the scrolling through the TreeView items on iOS and MacCatalyst.
Currently the control has a reduced scrolling performance.
Having a RadExpander inside the ItemTemplate breaks the Drag and Drop gesture of the RadCollectionView.
When Using MAUI CollectionView and RadExpander in the template, drag and drop works.
I want to strikethrough the text in the row based on a value.
i checked and the column cell content style DataGridTextCellAppearance class does not expose such property.
Having the following setup:
<telerik:RadNavigationView x:Name="navigationView">
<telerik:RadNavigationView.Items>
<telerik:NavigationViewItem Text="Item 1" Position="Header" />
<telerik:NavigationViewItem Text="Item 2" />
<telerik:NavigationViewItem Text="Item 3" />
<telerik:NavigationViewItem Text="Item 4" />
<telerik:NavigationViewItem Text="Item 5" Position="Footer" />
</telerik:RadNavigationView.Items>
<telerik:RadNavigationView.Content>
<Label HorizontalOptions="Center"
VerticalOptions="Center"
Text="{Binding SelectedItem.Text, Source={x:Reference navigationView}}" />
</telerik:RadNavigationView.Content>
</telerik:RadNavigationView>
and setting the header and footer position to the NavigationView item, the header and the footer are missing. This happens when using Telerik MAUI 10.0.0 version.
When using Telerik MAUI 9.0.0 the header and footer are displayed.
Makes the KeyboardHelper class public. It is very useful and It would be a nice enhancement to the control's usage.
for example in the RichTextEditorToolbar, also the class is used inside the RadChart control template.
For example we have set RowHeight to 26 with GridLineThickness = 1, GridLinesVisibility = Horizontal, and RowBackgroundStyle and AlternateRowBackgroundStyle with BorderThickness = 0.
The first row is 26px, the middle rows are 25px and the last row is 24px. So it seems the grid lines are included in the calculation of the RowHeight.
When having a RadCollectionView in the first tab for example, and switching tabs, the content inside the tabs does not update when scrolling the collectionview. When removing the RadCollectionView, the content updates.
This happens when using Telerik Maui 10.0.0 version and Maui 9.0.40
When having for example device set to US culture , the TimePicker shows 12h time format, which is correct.
If you want to keep the US culture but want to use the 24h time format, the TimePicker does not apply the format, it still uses 12h time format.
The same behavior happens in the time part of the DateTimePicker