Unplanned
Last Updated: 21 Sep 2018 08:46 by ADMIN
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";
Unplanned
Last Updated: 03 Aug 2016 11:18 by ADMIN
For example if you have 12:00 selected and input 15:03 in the WatermarkTextbox- 12:00 item of the Clock is still selected
Unplanned
Last Updated: 03 Jan 2017 20:48 by ADMIN
When FlowDirection is RTL, navigating in Calendar and Clock is inverted- pressing left arrow moves the selection to the right and vice versa.
Unplanned
Last Updated: 03 Jan 2017 21:06 by ADMIN
When StartTime = EndTime all hours are visable (12 am - 11pm)
Workaround:
Select EndTime in one hour interval from StartTime (10:00 - >10:01). In this situation only 10:00 will be visible
Unplanned
Last Updated: 03 Aug 2016 11:18 by ADMIN
RadDateTimePicker ControlTemplate: PopupPlacementTarget in RadDropDownButton is not respected when FlowDirection of RadDateTimePicker is RTL. PopupWrapper issue.
Unplanned
Last Updated: 03 Aug 2016 11:18 by ADMIN
RadDateTimePicker cannot parse datetime string when Windows date format is set to "Chinese (Traditional, Taiwan)".