When the culture is set on app level and using resx files, localization does not apply.
When changing the device culture, the resx files apply the values.
when the device culture is changed to Arabic, the date picker does not respect the Hijri calendar
The DatePicker supports the Gregorian calendar
DatePicker cannot be focused through Tab key on the keyboard. Looks like it doesn't support VisualElement.IsTabStop.
This is the tab order:
Datepickers are skipped.
When RadDatePicker is used in debug/testing modes:
When running in release mode:
The border is missing, and the line under the header date as well.
A coworker reports he can't set the header template at all, but I haven't confirmed that yet).
The control is defined as follows:
<telerikInput:RadDateTimePicker WidthRequest="175" BorderColor="#333" BorderThickness="1" ...