RadzenDatePicker shows Hijri Calander when the culture is set to Arabic

Current behavior:

  1. When we set Arabic culture, calendar shows months in Hijri as in the attached screen.
  2. The Hijri month names display in English
  3. DatePicker text shows the date in Hijri as in the attached screen

Expected result:

  1. The Calander should display as Gregorian Calander
  2. The month name should be in Arabic
  3. DatePicker text should display the Gregorian date (based on the format mentioned)

RadzenDatePicker uses the current culture to get month names and display formats - this all comes from the .NET implementation. You can set the Culture property to something else if this is not the desired behavior.

Thanks for your quick response.