Unplanned
Last Updated: 29 Mar 2016 12:04 by ADMIN
ADMIN
Dimitar
Created on: 27 Aug 2015 13:50
Category: Editors
Type: Bug Report
2
FIX. RadDateTimePicker - the month is not properly selected when the Russian culture is used.
To reproduce:
- Change the culture of the RadDateTime picker to Russian.
- Change the month to August and select the month part when the drop down is closed.

Workaround:
radDateTimePicker1.Format = DateTimePickerFormat.Custom;
radDateTimePicker1.CustomFormat = "dd/MMM/yyyy";
0 comments