In Development
Last Updated: 23 Jun 2025 06:26 by ADMIN
Scheduled for 11.0.1
when the developer does not have a license configured on their machine. Early on in the workflow of our app, the application will crash when we attempt to create a new PopupOverlay from an external dependency, such as the CommunityToolkit,
In Development
Last Updated: 23 Jun 2025 06:26 by ADMIN
Scheduled for 11.0.1
Created by: Nico
Comments: 1
Category: UI for .NET MAUI
Type: Bug Report
0

I have a user who reported a crash. In Sentry, I see this:

System.NullReferenceException: Object reference not set to an instance of an object.
  ?, in void TelerikLicense.ShowLicenseMessage(Page page)
  ?, in void TelerikLicense.VerifyLicense(Element element)+() => { }
  ?, in void TelerikLicense.ExecuteActionOnLoaded(Page page, Action action)
  ?, in void TelerikLicense.VerifyLicense(Element element)
  ?, in object <InitializeComponent>_anonXamlCDataTemplate_21.LoadDataTemplate()
  ?, in object ElementTemplate.CreateContent()
  ?, in void BindableLayoutController.CreateChildren()
  ?, in NotifyCollectionChangedAction NotifyCollectionChangedEventArgsExtensions.Apply(NotifyCollectionChangedEventArgs self, Action<object, int, bool> insert, Action<object, int> removeAt, Action reset)
  ?, in void BindableLayoutController.ItemsSourceCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
  ?, in void WeakNotifyCollectionChangedProxy.OnCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
  File "ObservableCollection.cs", line 192, in void ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
    handler(this, e);
  ?, in void ExtObservableCollection<T>.RaiseCollectionChanged()

the app was built with a successful license-check
Telerik.Licensing 1.6.6

 

Declined
Last Updated: 20 Jun 2025 08:18 by ADMIN
Created by: Hanoch
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
1
Provide a copyright label control for .NET MAUI. 

For example Telerik UI for WinForms introduced such control for the RadMap. For MAUI it could be nice to have such control in general
Unplanned
Last Updated: 16 Jun 2025 11:59 by Hanoch
Created by: Hanoch
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
Build template for project with navigation: like menu, flyout.

It will help user to get started.


Unplanned
Last Updated: 09 Jun 2025 08:19 by Hanoch
Created by: Didi
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
1

Provide an AI assistant for code generation with the Telerik MAUI controls. 

Telerik Blazor released such assistant https://www.telerik.com/blazor-ui/documentation/ai/overview 

Completed
Last Updated: 30 May 2025 10:05 by ADMIN
Release 11.0.0 (2025 Q2)
Created by: Funny
Comments: 4
Category: UI for .NET MAUI
Type: Feature Request
31
Currently Telerik MAUI controls doesn't seem to support Light and Dark Themes(Modes). It will be really helpful to have this feature built in the controls or through styles supported by those controls so that these controls blend in nicely with the Light and Dark Themes supported by the app.
Completed
Last Updated: 21 May 2025 13:17 by ADMIN
Release 11.0.0 (2025 Q2)

When using Telerik controls, I got the following warning:

 Not linking with the framework OpenGLES referenced by a module reference in SkiaSharp.Views.iOS.dll

when I add a SkiaSharp 3.116.1 version to the project, the warning disappear.

Please update the SkiaSharp package reference in the Telerik MAUI NuGet package

Declined
Last Updated: 21 May 2025 08:48 by ADMIN
Created by: Greg
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Hello,

Is it planned to eventually ensure that platform theme changes at runtime properly convert controls over from light to dark and vice versa? Currently in Windows and Android (all that I tested so far), the controls either remain dark when changing to the light theme or end up in a sort of half and half state and don't completely change to the appropriate theme during runtime. If the app is closed and reopen, they are rendered properly.

Thank you

Completed
Last Updated: 21 May 2025 08:37 by ADMIN
Release 11.0.0 (2025 Q2)
Created by: Daniel
Comments: 15
Category: UI for .NET MAUI
Type: Feature Request
29
Introduce a theme for all controls in the suite.
Completed
Last Updated: 21 May 2025 08:09 by ADMIN
Release 11.0.0 (2025 Q2)

I would like to draw attention to this at an early stage.
When using MAUI Nightly 8.0.20-nightly.10376, the app crashes immediately upon startup if you set Telerik Popup Settings in the MAUI Styles

See min repro example https://github.com/baaaaif/MauiNightlyCrash

<MauiVersion>8.0.20-nightly.10376</MauiVersion>
<Style TargetType="telerik:RadTimePicker">
    <Setter Property="PopupSettings">
        <Setter.Value>
            <telerik:PickerPopupSettings IsHeaderVisible="False" />
        </Setter.Value>
    </Setter>
</Style>

From the inner Exception...:

NameValueType
â—¢InnerException{"Object reference not set to an instance of an object."}System.Exception {System.NullReferenceException}

at Microsoft.Maui.Controls.AppThemeBinding.AppThemeProxy..ctor(Element parent, AppThemeBinding binding) at Microsoft.Maui.Controls.AppThemeBinding.Apply(Object context, BindableObject bindObj, BindableProperty targetProperty, Boolean fromBindingContextChanged, SetterSpecificity specificity) at Microsoft.Maui.Controls.BindableObject.SetBinding(BindableProperty targetProperty, BindingBase binding, SetterSpecificity specificity) at Microsoft.Maui.Controls.BindableObject.SetBinding(BindableProperty targetProperty, BindingBase binding) at Microsoft.Maui.Controls.BindableObjectExtensions.SetAppTheme[T](BindableObject self, BindableProperty targetProperty, T light, T dark) at Microsoft.Maui.Controls.BindableObjectExtensions.SetAppThemeColor(BindableObject self, BindableProperty targetProperty, Color light, Color dark) at Telerik.Maui.Controls.PickerPopupSettings.OnPopupOutsideBackgroundColorPropertyChanged(Color color) at Telerik.Maui.Controls.PickerPopupSettings..ctor() at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)


Unplanned
Last Updated: 09 May 2025 13:16 by Devin
Created by: Vaibhav
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
23

The Bottom Sheet component provides an intuitive way to display additional content to the users. It appears on the bottom of a screen as an overlay and presents users with a choice of actions that they must take.

Unplanned
Last Updated: 24 Apr 2025 06:19 by Trevor
Created by: Trevor
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0

I noticed there is a Toggle Button available, but the Toggle Switch Button that is available for WPF is not yet available for MAUI.

Please consider adding such button for .NET MAUI suite.

Completed
Last Updated: 04 Apr 2025 09:50 by ADMIN
Release 10.1.0
Created by: Nikola
Comments: 0
Category: UI for .NET MAUI
Type: Bug Report
2
Application crashes when dismissing trial popup.
Duplicated
Last Updated: 01 Apr 2025 07:59 by ADMIN
I have a basic PDF viewer app with a Pdf View Toolbar.  On it I have a PdfViewerNavigateToPageToolbarItem which correctly displays the current page and page count and on the iOS simulator it works fine - I can enter a page number and hit enter (on a physical keyboard) to navigate to a page.  However, when deploying to an actual device (iPhone 16, iOS 18.3) I can't properly use the Entry to navigate to a page.  When I tap the entry field, the numeric keypad is displayed and I can enter a page number however since there is no "enter" or "done" button on the keypad there's no way to "accept" the value that has been entered so I cannot navigate to a page and there's no way to dismiss the keypad.

I reported a couple of other issues with the Pdf Viewer toolbar items a couple of weeks ago that turned out to be bugs, presumably this is too, but if I am doing something wrong or there is a workaround please let me know.

Thanks

Tony
Duplicated
Last Updated: 17 Mar 2025 05:54 by ADMIN
In our MAUI application for iOS, we are using the RadTabView view control and within that we have 3 TabViewItems. Within each of the views associated with the TabViewItems there are various controls including a CollectionView. If we interact with any control within the view, with the exception of the CollectionView, and then we click a tab to move to the next tabbed view everything works as expected. However, if we scroll the CollectionView and then click the tab to navigate to the next tabbed view it does not navigate to the next tab and it's view. Please note that we can still swipe to move from tabbed screen to tabbed screen. That being said, our users do not use the application in that manner so we really need to be able to navigate by clicking the tabs. We are on .NET 9.0.200, iOS workload 18.1.9163/9.0.100, iOS 18.3.1, Telerik 7.0.0, and MAUI controls 9.0.30. I've also attempted to update to the latest stable version of Telerik, 10.0.0, and we had the same issue. Is there a way that we can work around this issue currently or is this an issue that you will soon be releasing a fix for? Thanks. 
Unplanned
Last Updated: 06 Mar 2025 10:39 by John

When adding Telerik controls on the page and run the app on android, the following error message occurs runtime:

Java.Lang.RuntimeException stack trace ---
java.lang.RuntimeException: Font asset not found /data/user/0/com.companyname.appname/cache/telerikfont.ttf
	at android.graphics.Typeface.createFromAsset(Typeface.java:1061)
............

This error message does not prevent the app from working as expected, but the log is full of this message. 

 

 

Completed
Last Updated: 12 Feb 2025 09:07 by ADMIN
Release 10.0.0 (2025 Q1)
Created by: Adrian
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
provide a pdf document of the documentation for offline use
Completed
Last Updated: 12 Feb 2025 09:06 by ADMIN
Release 10.0.0 (2025 Q1)

When creating a .NET MAUI blank net 9 template and adding for example PDF toolbar, the toolbar icons do not display as the app is build as unpackaged.

Solution:

Change the package type in the .csproj file:

from: 
<WindowsPackageType>None</WindowsPackageType>

to:
<WindowsPackageType>MSIX</WindowsPackageType>

Completed
Last Updated: 12 Feb 2025 08:44 by ADMIN
Release 10.0.0 (2025 Q1)
Created by: Koichi
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
Currently, there isn't an option to download Telerik.Documents.ImageUtils when having a Telerik MAUI subscription. 
Distribute Telerik.Documents.ImageUtils when having a Telerik MAUI license.
Completed
Last Updated: 12 Feb 2025 08:37 by ADMIN
Release 10.0.0 (2025 Q1)

Dear Telerik-Team

with the new version 9.0.0 on Android the Scheduler doesn't display the Date/Timepicker on creating/editing an new appointment. The Date/Timepicker Popup is only displayed when the "EditAppointmentDialog" is closed. You can easy reproduce it. Just add the Scheduler to a plain project.

I have attached a VS solution where you can reproduce it.

Thanks for helping/fixing it as soon as possible. I need this new version becasue of another bugfix for scheduler in it...

1 2 3 4 5 6