Pickers: [Android] Runtime null reference exception when setting the picker format in App.xaml and using 14.0.0
When updating to Telerik MAUI 14.0.0 I got a null ref exception when using Pickers and the spinner or display string format are defined in the App.xaml
With 13.2.0 no issues.
7 comments
ADMIN
Didi
Posted on:05 Jun 2026 06:29
Hello all,
The issue is fixed and a fix is included in Telerik MAUI 14.0.1 release. Update the apps to the latest version and test the fix on your side. Make sure you removed all workarounds applied.
Regards,
Didi
Progress Telerik
ADMIN
Didi
Posted on:01 Jun 2026 10:17
Hi all,
The team investigated the issue and applied a fix, if passing testing it will be included in the next release.
As a workaround until the fix is released, the options are:
Please provide a sample app where the exception occurs. I tested the provided xaml, no issues on my side. I removed the static resource as such wasn't provided and I do not know where they are defined.
If you do not want to attach the project to the feedback portal, you can open a support ticket and attach it there.
After updating to version 14.0.0, my .NET MAUI application starts but then crashes with the following error on Android:
05-22 16:44:53.505 E/AndroidRuntime( 6829): android.runtime.JavaProxyThrowable: [Microsoft.Maui.Controls.Xaml.XamlParseException]: Position 1035:17. Type converter failed: The type initializer for 'Telerik.Maui.Controls.RadListPicker' threw an exception.
The same implementation works correctly with version 13.2.0.
I am using both RadListPicker and RadDateTimePicker. Below is a simplified example of the controls configuration: