via NuGet Telerik.UI.for.Maui 1.0.0 is installed in a Library successfully.
in a Xaml file there is no "clr-namespace" found for Telerik.UI.for.Maui controls.
I also tried:
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
which "<telerik:" shows nothing
any ideal?
We are trying to render some Telerik MAUI controls from within a BlazorWebView but nothing is showing up. Is it possible to render MAUI controls within a BlazorWebView? If so, how do we configure the app to do so.
Thanks
Very new to MAUI but how does on connect to a DB, say Ms SQL, and then assign to the datagrid?
Hi,
What need to do to move to 17.3 Preview 1.1 + Telerik version 10 ?
Thanks,
Hi,
On continue to this tread: https://www.telerik.com/forums/telerikmauicontrols-radentry-in-list-view-value-not-seen
when it look for data its right no data , busy indicator working and later comes the data.
No data should not appear.
<telerikPrimitives:RadBusyIndicator Grid.Row="0" Margin="0,5,0,0" x:Name="busyIndicator" IsVisible="{Binding IsVisibleBusyIndicator, Mode=TwoWay}"
AnimationContentHeightRequest="100"
AnimationContentWidthRequest="100"
AnimationContentColor="{DynamicResource PrimaryColor}"
IsBusy="{Binding IsBusyBusyIndicator, Mode=TwoWay}">
<telerikPrimitives:RadBusyIndicator.Content>
<Label Text="Loading..." TextColor="Black" />
</telerikPrimitives:RadBusyIndicator.Content>
</telerikPrimitives:RadBusyIndicator>
Hi,
In the current demo I used app shell,
I want the menu to be in left side instead of top.
Can I use RadDockLayout for that purposes(all code in main page) ?
Thanks,
Hi,
Can you please estimate when GA will be ?
When we can buy the product of MAUI?
Thanks,
Hi,
When I switch between views in my app the grid not seen I see only label(See attached screenshhot).
I added sample code like in my app without data.
What can be the problem?
Thanks,,