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

The project I'm working on is .NET 6 Core web API using MS SQL and MySQL along with Angular for UI.

I'm researching Angular but it does seem a little archaic in this day and age as a UI solution (most compatible, but least functional and more difficult to build a UI).  My project requirements are:

1.  Must run on Windows

2.  Must run on macOS

3.  Must run on iOS

4.  Must run on Android

5.  Must run on all web browsers

MAUI seems like a good fit, HOWEVER, it doesn't seem to support client/server (aka web deployments on IIS or Apache)?

Some questions:

a.  Is there really only ONE code path for all of the above deployments?

b. How easy is it to build a package for deployment ... docker?

c.  Reading the documentation and data binding seems easy and consistent with other technologies using in the Telerik space, HOWEVER, the datagrid suggests it's only supported in iOS and Android (not windows)?

d. Blazor seems to be required for doing web UI, how does that work with MAUI?

Cheers, Rob.

Didi
Telerik team
 answered on 27 May 2022
1 answer
214 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
200 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
0 answers
57 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
70 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
356 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
89 views

Hi,

What i need to do in order to move to RC3?

Thanks,

Lance | Senior Manager Technical Support
Telerik team
 answered on 11 May 2022
0 answers
123 views

Hi,

Can you please check if it reproduce in your side also ?

I'm using Version 17.2.0 Preview 5.0.

Thanks in advance,

Daniel
Top achievements
Rank 1
Silver
Bronze
 asked on 11 May 2022
1 answer
66 views

Hi,

 I see Telerik 8 available(is it rc2?) ,I used 7.

What I need to do in order to move to this new version  ?, to update vs ?

Thanks,

 

Yana
Telerik team
 answered on 02 May 2022
1 answer
100 views

I've been developing a system using .Net Maui platform, VS2022 preview and Telerik UI for Maui (0.70.0).  Telerik Maui controls were working well until I updated VS2022 to version 17.2.0 preview 5. There are no dependency errors but when I build the application I get a generic "Object reference not set to an instance of an object" error on every xaml file that contains a telerik control. if I remove the control(s) from the xaml file it build without issues. 

 

Thanks for your support!

Roger

Roger
Top achievements
Rank 1
 answered on 29 Apr 2022
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?