Unplanned
Last Updated: 14 Aug 2017 11:05 by ADMIN
ADMIN
Dimitar
Created on: 31 Jul 2017 05:38
Category: Editors
Type: Bug Report
2
FIX. RadDateTimePicker - one cannot enter the date when the value is cleared and the NullDate is set to DateTime.MinValue
To reproduce:
- Use the following format:
radDateTimePicker1.Format = DateTimePickerFormat.Custom;
radDateTimePicker1.CustomFormat = "MM/dd/yyyy";

- Clear the date and try to enter 01/01/2017 (see attched video) 

Workaround:
 radDateTimePicker1.NullDate = DateTime.MinValue.AddYears(1);
Attached Files:
0 comments