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

Hello,

I want to know if RadEntry has any property or functionality that allows me to remove the bottom line when editing the text

Didi
Telerik team
 answered on 22 Jun 2023
1 answer
160 views

Hello,

if I understand it correctly, your PDF Viewer control for .NET MAUI does not support having form fields inside the pdf itself, which can be edited and saved to a file or am I missing something? Do you plan to implement this feature in the future? 

I'd like to have something like this in directly my application:

Thanks

Didi
Telerik team
 answered on 21 Jun 2023
0 answers
223 views

I watched this tutorial on how to create a .NET MAUI Blazor App

https://www.youtube.com/watch?v=bnoCU5XGBh4

However I have an existing Blazor Web Assembly app, what is the best recommended way to wrap it into a BlazorWebView? I have dug around for tutorials but as its fairly new there is not much content.

andrea
Top achievements
Rank 1
 asked on 19 Jun 2023
1 answer
393 views

I'm using Telerik UI for .NET MAUI v. 5.01 and when I set the property IsContentSwipingEnabled on my RadTabView control the compiler throws the error 'No property, BindableProperty, or event found for "IsContentSwipingEnabled", or mismatching type between value and property.'.  

I'm using the swipe for another purpose within each tab and don't want the default behavior of the control to interfere.  

<telerik:RadTabView x:Name="tabView"
    AbsoluteLayout.LayoutFlags="All"
AbsoluteLayout.LayoutBounds="0,0,1,1"
AutomationId="tabView"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand"
    IsContentSwipingEnabled="False" >

... several tabs here.  

</telerik:RadTabView>

 

Didi
Telerik team
 answered on 19 Jun 2023
1 answer
493 views

Hello,

When I used the RadCartesianChart and RadPieChart in MAUI with the sample code from https://docs.telerik.com/devtools/maui/controls/chart/types/pie-chart, the iOS simulator failed to open successfully, displaying a crash message. However, when I use RadButton and RadCheckBox, it works fine, so I can assure the successful configuration.

Visual Studio Community 2022 for Mac
version 17.5.7 (build 6)

Runtime
.NET 7.0.1 (64-bit)
Architecture: X64
Microsoft.macOS.Sdk 12.3.2372;

NuGet
version: 6.4.0.117

Maui: 7.0.86

Telerik.Ul.for.Maui.Trial -5.2.0

Please can you help me to solve this problem.

Best regards

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 16 Jun 2023
1 answer
272 views
Do I have a solution to change the cursor color for AuroComplete 
Lance | Senior Manager Technical Support
Telerik team
 answered on 15 Jun 2023
1 answer
318 views

handlers.AddHandler(typeof(Telerik.Maui.Controls.RadEntry), typeof(RadEntryCustomHandler));

for ANDROID I have this Handler

public partial class RadEntryCustomHandler : RadEntryHandler
{
  protected override void ConnectHandler(RadMauiEntry nativeView)
  {
    try
    {
      nativeView.EditText.TextCursorDrawable.SetColorFilter(new PorterDuffColorFilter(Graphics.Color.White, PorterDuff.Mode.Darken));
    }
    catch { }
  }
}

 

for IOS I have this Handler

public class RadEntryCustomHandler : RadEntryHandler
{
  protected override void ConnectHandler(RadMauiEntry nativeView)
  {
    try
    {
      nativeView.TextField.TintColor = UIColor.White;
    }
    catch { }
  }
}

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 15 Jun 2023
1 answer
935 views

How to change the color of the following icon in a RadButton in code behind:

<telerik:RadButton Clicked="DoSomething"
                               ClassId="PhonePortrait"
                               x:Name="PhonePortrait"
                               BorderThickness="0"
                               BackgroundColor="Transparent"
                               HorizontalOptions="Center"
                               VerticalOptions="Center"
                               Margin="12,0,0,0"
                               WidthRequest="32"
                               HeightRequest="32">
                <telerik:RadButton.ImageSource>
                    <FontImageSource FontFamily="IonIcons" Glyph="&#xf24e;" Color="#999999" Size="28"/>
                </telerik:RadButton.ImageSource>
</telerik:RadButton>

Lance | Senior Manager Technical Support
Telerik team
 answered on 13 Jun 2023
1 answer
733 views
Hello, I find myself in need of creating a RadListView that uses templateSelector depending on the data it presents, in addition to this, for the creation of the itemTemplate I need to do it dynamically since some will present 4 radioButton or sometimes n radioButton. The question is: can I just create the item template in code form or is it necessary to create the whole RadListView? Do you have any examples or where I can see documentation of generating these elements by code?
Greetings!!
Lance | Senior Manager Technical Support
Telerik team
 answered on 08 Jun 2023
0 answers
1.1K+ views

Hello everyone, I write this post in the hope that someone can help me with this problem.

I'm newbie with this MAUI framework. I'm trying to create a simple Android / iOS application but I'm experiencing navigation performance issues.

Whenever I navigate to a page with more "heavy" information, the UI simply freezes until the information is loaded. For example if I use a ListView with only 13 elements the UI freezes for at least one/two seconds, this in release mode cannot be acceptable. I tried to put a Busy Indicator to simulate the loading of the page but it freezes until the information is loaded. It is a very bad user experience.

All my services are running on background threads. I'm currently using Telerik components and I'm also using Shell and the CommunityToolkit.Mvvm package.

On Windows the application works perfectly, without any problem but on Android it is very bad.

I've looked everywhere for a solution. I found some similar problems and most of the proposed solutions were to avoid ListViews nested in scroll views and so on, I already checked all that but nothing changed.

 

Has anyone here ever faced a problem like this? If yes, how did you manage to solve it?

 

Thank you in advance for your attention!

Rúben
Top achievements
Rank 1
 asked on 29 May 2023
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?