Available with the 2016 R2 Release.
Available in LIB version 2016.3.1017, it will be also available in the 2016 R3 SP1 release.
When DateSelectionMode is Month, RadDateTimePicker has been opened and theme is changed, there is an InvalidOperationException. Workaround: 1. Set the DateSelection mode to Day - <pickerInstance>.DateSelectionMode = DateSelectionMode.Day; 2. Clearthe merged dictionaries for the theme 3. Add the new dictionaries 4. Set the DateSelection mode to desired - <pickerInstance>.DateSelectionMode = DateSelectionMode.Month; Available in LIB version: 2017.2.710
The current workaround is to make sure that both the day and month include leading zeros in the ShortDatePattern: this.DatePicker.Culture.DateTimeFormat.ShortDatePattern = "yyyy.MM.dd";