Completed
Last Updated: 15 Mar 2023 12:10 by ADMIN
Release 5.1.0
Nathan
Created on: 03 Feb 2023 14:55
Category: UI for .NET MAUI
Type: Bug Report
5
AppThemeBinding Default Value Exception

Hi team,

When deploying to certain platforms, under cetain circumstances, there is an exception that occurs in the DatePicker, TimePicker and a few other controls that rely on the same inner components. The stacktrace looks like it has to do with a default value for AppThemeBinding.

Thank you,

Nathan

2 comments
ADMIN
Lance | Manager Technical Support
Posted on: 08 Feb 2023 17:17

Hi Folks,

This has been resolved and the fix is available in version 5.0.1. You can see the release notes here => Telerik UI for MAUI - Telerik UI for .NET MAUI (version 5.0.1).

Tip: Make sure you always do a Clean/Rebuild after updating the references, this ensures the build doesn't use an outdated cache.

Regards,
Lance | Manager Technical Support
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Lance | Manager Technical Support
Posted on: 03 Feb 2023 15:04

Hello Nathan,

I have created this Bug Report thread so that everyone who is affected by this issue can follow the status and be notified when we release a fix. The current investigation has identified a breaking change that is affecting the OnIdiom switches in our styles, this will be resolved as soon as possible.

Note that this only affects the Tablet idiom, so a temporary workaround to not deploy to tablet idiom targets. For example:

  • For iOS, instead of iPad, deploy to iPhone or MacCatalyst.
  • For Android, only deploy on phone or TV form factors.
  • For Windows, this may be harder if a laptop actually registers as a tablet instead of a PC (Surface Book, etc). Deploy to a remote device or local VM instead.

Thank you for your patience and understanding along the way!

Regards,
Lance | Manager Technical Support
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

[Edit - added clarifying information and workaround]