What Changed
The first day of a week displayed in Date Edit's drop-down calendar now depends on the current culture settings.
Reasons for Change
In previous versions, Date Edit always displayed 'Sunday' as the first day of the week. However, in many countries, the week begins with a different day.
Impact on Existing Apps
This change affects your application UI if you use Date Edit.
How to Revert to Previous Behavior
Use the FirstDayOfWeek property to manually specify a day from which the week starts.
Razor<DxDateEdit Date="DateTime.Today" FirstDayOfWeek="DayOfWeek.Sunday"></DxDateEdit>