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

Hi,

After upgradingTelerik to 8.0.0 and MAUI to 9.0, RadTabView doesnt change to another Tab when i click on it. 

Do you have the same issue ? 

Vivek
Top achievements
Rank 1
Iron
 answered on 21 Aug 2025
1 answer
54 views

Hi Telerik,

I am I am using RadListPicker in MAUI application, and the popup touches the screen n mobile app on left and right.

I tried adding margin to PopupViewStyle, but i could not see any space on the left and right, it still touches the screen.

 

Can you provide the solution for this.

 

Thanks,

Mohammed Rameez Raza (Rameez).

Lance | Senior Manager Technical Support
Telerik team
 answered on 24 Jul 2025
1 answer
43 views
Hi,

Is it possible when using the autocomplete to not show the popup when there is no data available. I'm aware that there's the no-data template but that still shows the popup even if nothing is attached.

I was considering using the open/close event functionality which might work but I don't think it fully suits the use case. Hii hii
Didi
Telerik team
 answered on 21 Jul 2025
1 answer
53 views

We have requirement of Customizable Button in Maui (Android and iOS) and Blazor web assembly, attached video reference.

  • Button UI customizable as attached
  • When click the button show the animation (Video)
  • When touch and swipe same gesture allowed

    Will the above scenarios achievable using Button control? in Maui (Android and iOS) and Blazor web.
Didi
Telerik team
 answered on 18 Jul 2025
1 answer
64 views

We have requirement of customizable calendar with Dates as mentioned below,

  • Minimum and Maximum Dates (Disable other dates)
  • Selected Date customizable (Black color background and white color text)
  • Highlight specific dates (Blue border color) - it can be multiple dates
  • Current Date (Today) highlighted,

Will this above cases achievable in Maui (Android and iOS) and Blazor web as well?

Didi
Telerik team
 answered on 18 Jul 2025
0 answers
52 views

I have encountered a problem with a page with RadDataGrid  on it. On iOS when pressing back from this page app crashes with this error:

I'm suspecting a RadDataGrid because when I remove it from the page exception no longer occurs. It works on android without any issues.

version used: Telerik.UI.for.Maui 6.6.0
dotnet version: net9.0-ios

Timur
Top achievements
Rank 1
 asked on 15 Jul 2025
0 answers
69 views

I am using Localization using ResourceManager. I have created various TelerikResource resx files with various languages.

I have added various Localization keys from various Telerik controls in there and translated them.

In App.xaml.cs constructor I call: 

            TelerikLocalizationManager.Manager.ResourceManager = TelerikResource.ResourceManager;
            InitializeComponent();

This works fine and my Telerik controls are translated.

Now the user can change the culture from the application. I call this method:

    public void SetCulture(CultureInfo culture)
    {
        MobileGeneratedLocalization.Culture = culture;
        TelerikResource.Culture = culture;
        TelerikLocalizationManager.Manager.ResourceManager = TelerikResource.ResourceManager;
        PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(null));
    }
My normal translation (MobileGeneratedLocalization) reflects the selected culture but the Telerik controls keep their original culture/language? Even after reloading the page. How can I force the new culture for the Telerik controls?
Michel
Top achievements
Rank 1
 asked on 09 Jul 2025
1 answer
63 views

Hi Team,

I am using RadSideDrawer, and found that the RadSideDrawer is not invoking the DrawerOpening and DrawerOpened events when making the DrawerContent visible by sliding the screen.

 

CODE:

 

Telerik version: 7.1.0.

Device: IPad Pro (3rd generation), IOS 18.5.

 

Please provide if there is any workaround.

 

Thanks & Best Regards,

Mohammed Rameez Raza (Rameez).

 

Didi
Telerik team
 answered on 07 Jul 2025
1 answer
59 views

I added one Event(("sideDrawer_DrawerOpening")) for RadSideDrawer control in xaml file and I implemented that Event in xaml.cs file. That event is not calling specifically when I executed from IOS platform in the mobile app. and That same Event is calling when I Run the application from the Windows and Android platforms. It is not working for IOS platform.

Can you provide solution for this ASAP.

Didi
Telerik team
 answered on 03 Jul 2025
1 answer
49 views

Hello i have a few questions regarding intercepting certain events.

  • I have an icon that i'd prefer would be in the same slots as the view change ikon and going to today icon, how can i add my custom view to it?
  • I want to make said icon visible only on dayview and only when the daypicker is not expanded to show the entire month.
  • Is there a way to intercept the scheduler showing the month to pick a date?

Notice the Icon on the side, it was originally added ontop of the dayname bar as a test but then we remembered that the bar gets pushed down for the picker.

Nasko
Telerik team
 answered on 01 Jul 2025
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?