Telerik Forums
UI for .NET MAUI Forum
1 answer
334 views

I am getting an error from Visual Studio saying that it can't resolve RadDockLayout.

This is the specific error:../MainPage.xaml(3,3): Error XFC0000: Cannot resolve type "http://schemas.telerik.com/2022/xaml/maui:telerik:RadDockLayout". (XFC0000) (MOBLZ_MAUI) XamlC

 

I am using the xml namespace required and I am able to render other controls such as Badge.

Here is the xml snippet

 


<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
             x:Class="xxx.MainPage">
    <ScrollView>
 <telerik:RadDockLayout>
  <Grid x:Name="titlePanel"
                  HeightRequest="60"
                  BackgroundColor="{StaticResource AccentColor8}"
                  IsVisible="{Binding IsTitlePanelVisible}"
                  telerik:RadDockLayout.Dock="{Binding TitlePanelDock, Converter={StaticResource StringToDockConverter}}">
                <Label Text="Title" TextColor="White"/>
            </Grid>
            <Grid x:Name="navigationPanel"
                  HeightRequest="60"
                  BackgroundColor="#ADD9FC"
                  IsVisible="{Binding IsNavigationPanelVisible}"
                  telerik:RadDockLayout.Dock="{Binding NavigationPanelDock, Converter={StaticResource StringToDockConverter}}">
                <Label Text="Navigation" />
            </Grid>
            <Grid x:Name="listPanel"
                  WidthRequest="120"
                  BackgroundColor="#DFDFDF"
                  IsVisible="{Binding IsListPanelVisible}"
                  telerik:RadDockLayout.Dock="{Binding ListPanelDock, Converter={StaticResource StringToDockConverter}}">
                <VerticalStackLayout Margin="20">
                    <Label Text="List" FontSize="Small" Margin="0"/>
                    <Label Margin="0" Text="&#xE84A;" FontSize="50"/>
                    <Label Margin="0" Text="&#xE84A;" FontSize="50"/>
                    <Label Margin="0" Text="&#xE84A;" FontSize="50"/>
                    <Label Margin="0" Text="&#xE84A;" FontSize="50"/>
                </VerticalStackLayout>
            </Grid>

        </telerik:RadDockLayout>
    </ScrollView>
    
</ContentPage>

Didi
Telerik team
 answered on 26 May 2022
1 answer
798 views

 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?

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 25 May 2022
1 answer
378 views

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

Lance | Senior Manager Technical Support
Telerik team
 answered on 24 May 2022
1 answer
221 views

Very new to MAUI but how does on connect to a DB, say Ms SQL, and then assign to the datagrid?

 

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 24 May 2022
0 answers
120 views

Hi,

What need to do to move to 17.3 Preview 1.1 + Telerik version 10 ?

Thanks,

Daniel
Top achievements
Rank 1
Silver
Bronze
 asked on 23 May 2022
1 answer
586 views

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>

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 19 May 2022
1 answer
1.5K+ views

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,

Lance | Senior Manager Technical Support
Telerik team
 answered on 18 May 2022
1 answer
174 views

Hi,

Can you please estimate when GA will be ?

When we can buy the product of MAUI?

Thanks,

Yoan
Telerik team
 answered on 18 May 2022
1 answer
550 views
Is the signature pad control available in the Maui library? If not, will it be?
Lance | Senior Manager Technical Support
Telerik team
 answered on 17 May 2022
1 answer
206 views

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,,

Lance | Senior Manager Technical Support
Telerik team
 answered on 16 May 2022
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?