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

Hi,


        <Grid telerik:RadDockLayout.Dock="Left"  WidthRequest="250" >
            <Grid.RowDefinitions>
                <RowDefinition Height="Auto"/>
                <RowDefinition Height="*"/>
            </Grid.RowDefinitions>
            <Grid.ColumnDefinitions>
                <ColumnDefinition Width="*"/>
            </Grid.ColumnDefinitions>
            <VerticalStackLayout >
                <telerik:RadButton AutomationId="button" Text="Dashboard" Clicked="OnDashboaredClicked" ImageSource="dashboard.png"  WidthRequest="200" HeightRequest="50" FontSize="Micro"/>
                <telerik:RadButton AutomationId="button" Text="Routes"   Clicked="OnRoutesClicked" ImageSource="routes.png"   WidthRequest="200" HeightRequest="50"  FontSize="Micro"/>
                <telerik:RadButton AutomationId="button" Text="Schedulers"  Clicked="OnScedulersClicked" ImageSource="schedules.png"  WidthRequest="200" HeightRequest="50"  FontSize="Micro"/>
                <telerik:RadButton AutomationId="button" Text="Settings"  Clicked="OnSettingsClicked" ImageSource="settings.png" WidthRequest="200" HeightRequest="50"  FontSize="Micro"/>
                <telerik:RadButton AutomationId="button" Text="History"  Clicked="OnHistoryClicked" ImageSource="history.png"  WidthRequest="200" HeightRequest="50"  FontSize="Micro"/>
            </VerticalStackLayout>
            <Image Grid.Row="1" Source="smallwave.png" Aspect="Fill" HorizontalOptions="Fill" VerticalOptions="End" HeightRequest="70" />
        </Grid>

 

 

 

 

Petar Marchev
Telerik team
 answered on 07 Mar 2022
1 answer
277 views

Hi,

When I  use this code:

App.Current.MainPage = new NavigationPage(new MainPage());

I get space the blue one.

When I I do np space

 public App()
        {
            InitializeComponent();

            MainPage = new MainPage();
        }

Lance | Senior Manager Technical Support
Telerik team
 answered on 07 Mar 2022
1 answer
457 views
Content page - BackgroundImageSource is not working.
Lance | Senior Manager Technical Support
Telerik team
 answered on 07 Mar 2022
1 answer
2.1K+ views

Hi,

I'm using  VS is 17.2.0 Preview 1.0.

Maui Preview 13, Telerik nuget version is 0.5.0

Is there control FolderBrowserDialog that I can you un MAUI ?

Thanks in advance,

Lance | Senior Manager Technical Support
Telerik team
 answered on 07 Mar 2022
1 answer
793 views

Hi,

I'm using  VS is 17.2.0 Preview 1.0.

Maui Preview 13, Telerik nuget version is 0.5.0

How is done using logger log4net with MAUI.

Thanks in advance,

Lance | Senior Manager Technical Support
Telerik team
 answered on 07 Mar 2022
1 answer
1.3K+ views

Hi,

I didn't see toggle button in  your suit.

Thanks,

Didi
Telerik team
 answered on 07 Mar 2022
1 answer
535 views
Hi,

Can you please attach empty project with MAUI reference to TELERIK nuget packges ans call it

AutomationClient.MAUI. in net 6.

The reason I have problem with my project.

Thanks,

 

 

 

 

 


 

Lance | Senior Manager Technical Support
Telerik team
 answered on 03 Mar 2022
1 answer
1.0K+ views

Hi,

I used the Docklayout.
On the navigation i have two buttons.
On the content I want to switch for two content views.
I used this code without success.

 

<?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"
             x:Class="MAUI.MainPage"
             xmlns:telerik="clr-namespace:Telerik.Maui.Controls;assembly=Telerik.Maui.Controls"
             BackgroundColor="White">
    <telerik:RadDockLayout x:Name="dockLayout">
        <Grid HeightRequest="60"
          telerik:RadDockLayout.Dock="Top">
            <Label  Text="Header" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" FontSize="Medium"/>
        </Grid>
        <Grid 
        telerik:RadDockLayout.Dock="Bottom">
            <Grid.RowDefinitions>
                <RowDefinition Height="Auto"/>
            </Grid.RowDefinitions>
            <Label  Text="CopyRight" HorizontalOptions="EndAndExpand" VerticalOptions="CenterAndExpand" FontSize="Caption"/>
        </Grid>
        <Grid 
        telerik:RadDockLayout.Dock="Left">
            <Grid.RowDefinitions>
                <RowDefinition Height="Auto"/>
                <RowDefinition Height="Auto"/>
            </Grid.RowDefinitions>
            <telerik:RadButton Grid.Row="0" Grid.Column ="0" Text="Button 1" HorizontalOptions="Start" VerticalOptions="Center" Clicked="OnButton1Clicked"/>
            <telerik:RadButton Grid.Row="1" Grid.Column ="0" Text="Button 2" HorizontalOptions="Start" VerticalOptions="Center" Clicked="OnButton2Clicked"/>
        </Grid>
        
        <Grid >
            <ContentView  x:Name="cuurentContentView"/>
        </Grid>
    </telerik:RadDockLayout>
</ContentPage>

public partial class MainPage : ContentPage
{
	public MainPage()
	{
			InitializeComponent();
	}

    private void OnButton1Clicked(object sender, EventArgs e)
    {
		cuurentContentView = new DashboardView();
    }

    private void OnButton2Clicked(object sender, EventArgs e)
    {
        cuurentContentView = new RoutesView();
    }
}

Yana
Telerik team
 answered on 03 Mar 2022
0 answers
505 views

Hi,

     <telerik:RadButton Text="Test"   ImageSource="home.png" WidthRequest="150" />
I put the image in  Resources\images path and set the build action to MauiImage.
Thanks,
       
Daniel
Top achievements
Rank 1
Silver
Bronze
 asked on 02 Mar 2022
1 answer
185 views

Hi,

I used this https://docs.telerik.com/devtools/maui/controls/entry/entry-overview

For telerikInput:RadEntry how I make to be password, is not explain in this document.

Thanks,

Antoan
Telerik team
 answered on 02 Mar 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?