Completed
Last Updated: 04 Oct 2016 06:57 by ADMIN
ADMIN
Dimitar
Created on: 30 Sep 2016 08:13
Category: UI Framework
Type: Bug Report
0
FIX. Setting the time format in the DateTimePicker example (in the demo application) does not change the time format in the popup.
The format should be set like this instead of using the custom format:

radDateTimePicker1.Culture = new System.Globalization.CultureInfo("bg-BG");

var behaviour = radDateTimePicker1.DateTimePickerElement.GetCurrentBehavior() as RadDateTimePickerCalendar;
behaviour.TimePicker.Culture = new System.Globalization.CultureInfo("bg-BG");
0 comments