The Xamarin version seems to have so many formatting options for the series label how can we adjust the Font, Size, and Color of the Label for the Pie and DonutSeries Label in MAUI?
<telerik:PieSeries.LabelSettings>
<telerik:PieLabelSettings FontSize="15"
FontFamily="Arial"
Distance="20"
Fill="Yellow"
Format="{0:P0}"/>
</telerik:PieSeries.LabelSettings>Also, I was reading where the Xamarin Control Legend had a Title option, can that be brought over to MAUI at some point?
<telerik:RadPieChart.LegendSettings>
<telerik:ChartLegendSettings Position="Right"
Title="My Legend"
TitleColor="Green"
TitleFontSize="20"
TitleFontFamily="Arial"
ItemWidth="50"
ItemHeight="25"
ItemColor="Yellow"
ItemFontSize="15"
ItemFontFamily="Arial" />
</telerik:RadPieChart.LegendSettings>Also, as another request, if you guys can add a feature to the Bar series chart where we can add the ability to set a Corner Radius to the ends of the Bars so they can be rounded? It would make it more stunning and impactful I believe. I know other vendors have that option so it should be doable.

I know it's not supported out of the box, but I was wondering if there would be a way to create custom header items that have text and badges in them.
For instance:
Alternatively, are there any future plans to add such functionality?

Hi Team,
Just want to check whether Telerik will support .Net IOS projects (Native IOS)?
Thanks in advance.
I along with a few other people have made requests for an official RadGridPager for Maui and I just noticed a fresh post regarding this so wanted to post the code I have created.
This is a super simple and probably bug ridden but its working for my purposes so far.
If someone has a better implementation please post would love to use it.
Hallo,
I noticed TabViewItem (with property IsEnabled set to "False") is still clickable and its content is presented - but should not be :-(
Sample:
<telerik:RadTabView x:Name="TabbedView"
HeaderPosition="Bottom"
SelectedIndex="{Binding SelectedTab}">
<telerik:TabViewItem HeaderText="Tab 1"
ImageSource="tags.png">
<Label VerticalOptions="Center"
HorizontalOptions="Center">Page 1</Label>
</telerik:TabViewItem >
<telerik:TabViewItem HeaderText="Tab 2"
ImageSource="tags.png">
<Label VerticalOptions="Center"
HorizontalOptions="Center">Page 2</Label>
</telerik:TabViewItem >
<telerik:TabViewItem HeaderText="Disabled"
IsEnabled="False"
ImageSource="tags.png">
<Label VerticalOptions="Center"
HorizontalOptions="Center">Disabled</Label>
</telerik:TabViewItem >
</telerik:RadTabView>Do you have any recommendation - how to handle with this issue?
Thanks for help,
Aleksandra Wasacz

I have JSON datasource which I need to bind to Itemsource property of Datagridview. I cannot have class into which deserialization can be done because JSON datasource can have different attributes evertime which makes it impossible to have hard coded classes for deserialization.
Let me know if JSON datasource can be binded directly based on data and also Searching and Sorting should work in the grid.
Datagrid is for .net MAUI platform targetting Android and IOS development
Is there a way to use `RadTabView` in an MVVM and handle navigation properly? Right now, `RadTabView` takes a View which makes it hard to change using Page-based content.
We have an implementation using TabbedPage but the issue is that the bar itself is not customizable (that I'm aware of) so I'd like to use `RadTabView` as a replacement if possible.

For our project, we are using RadSideDrawer to load content views in MainContent and Flyout items in Drawer.
For UI development, it seems Xaml Live preview is the only option for developers to verify the UI while coding.
Somehow, we are not able to use Xaml Live Preview while using RadSideDrawer.
This means the content within the Radsidedrawer is not getting selected in XAML live preview.
Any solution/alternative?
The baseline alignment is offset by lowercase letters where a descender letter (g, j, y, p, q) is present. In the image below, you can see some fields are floating a little higher than others. This occurs in the header and body of the grid.

In the example of the SideDrawer in the SDK, the page is integrated into a RadContentView. Is that necessary?
When using a ContentPage, the display of the MainContent is somewhat truncated.
What is the function of RadContentView? It is not a control and is therefore not found in the documentation.
Is there also a RadContentPage?
