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,,
Im install VS v17.2.0 Preview 1.0 wich include .NET MAUI preview 13. Create new sample MAUI project.
Project is worked properly.
After add Telerik MAUI support. Project build failed with errors:
Solution attached..
Hi,
I tried to use two way binding to IsReadOnly="{Binding IsDirectoryReadOnly,Mode=TwoWay}"
But is not working .
Thanks,
<telerikMauiControls:RadEntry Grid.Row="1" Grid.Column="1" x:Name="txtDirectory" Placeholder="Directory" WidthRequest="200" Text="{Binding DirectoryName, Mode=TwoWay}" ValidationErrorMessage="{Binding DirectoryValidationErrorMessage, Mode=TwoWay}" IsValueValid="{Binding DirectoryIsValueValid, Mode=TwoWay}"
IsReadOnly="{Binding IsDirectoryReadOnly,Mode=TwoWay}" ClearButtonVisibility="Never"/>