The event handling between DatePicker and DateTimePicker is inconsistent.
If I manually type a date into DatePicker and tab away from the input, the change event is triggered
If I do the same in DateTimePicker, no event is triggered
They should behave the same, of course DateTimePicker should also trigger whether or not the user types in a time
Hello,
The picker components will raise their change event when a value is assigned to them. The DateTimePicker widget expects a date and time value. Thus, entering just the date would not raise change.
When a date and time value is typed in the DateTimePicker the change event will be triggered as expected.
Regards,
Viktor Tachev
Progress Telerik