Completed
Last Updated: 22 Apr 2016 16:05 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 04 Apr 2016 08:52
Category: Editors
Type: Bug Report
0
FIX. RadDateTimePicker - ArgumentOutOfRangeException when typing in DateTimePickerFormat.Custom
To reproduce: 

this.radDateTimePicker1.Format = DateTimePickerFormat.Custom;
 this.radDateTimePicker1.CustomFormat = "MM/yyyy";
this.radDateTimePicker1.Value = new DateTime(2016, 01, 31);

Select the month part and try to change it to 02.

Workaround: initialize with the first day of the month.
0 comments