Hello,
Is it possible to nest two ListView each with a different DataSource?
Can you give an example, please?
Hi,
i have problem with autocomplete view, Unfocuse is not fired (after focusing and unfocusing) on android, its working properly for UWP. Could you please have a look? Also there is possibility to change Color of focus pointer
this is my code
Thanks in advance
Does anyone have this working in a .NET MAUI Mobile App? I added it to a contentpage, but it is not working. Can't compile. Getting the following errors:
The type 'telerik:RadImageEditorToolbar' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
The type 'telerik:RadImageEditor' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
My code example:
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="TestApp.Profile.ProfilePage"
Title="ProfilePage">
<VerticalStackLayout
Margin="10"
>
<Label
Text="Test"
VerticalOptions="Center"
HorizontalOptions="Start"
FontSize="Title"
/>
<Grid RowDefinitions="Auto,*">
<telerik:RadImageEditorToolbar ImageEditor="{x:Reference imageEditor}"/>
<telerik:RadImageEditor x:Name="imageEditor" Grid.Row="1"/>
</Grid>
</VerticalStackLayout>
</ContentPage>
Hello,
It seems I cannot install MAUI on my Dev PC
I have downloaded the software and when the installation begins I am directed to Chrome browser to login.
The message I get from the browser is that I have successfully logged in – "Redirecting you to the Desktop Application"
But this redirection never takes place
After a few minutes on the Desktop Installer I get the message login Failed. Please try again
I have tried on two different PCs and have the same mulfunction
PC1 Windows 10 Pro / Microsoft Visual Studio Community 2022 (64-bit) - Version 17.2.5 / Chrome Version 109.0.5414.120 (Official Build) (64-bit)
PC2 Windows 11 HOME / Microsoft Visual Studio Community 2022 (64-bit) - Version 17.4.3 / Chrome Version 109.0.5414.120 (Official Build) (64-bit)
Could you please assist me with this?
Thank you
I have available an Any Desk connection
Thank you,
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.