Hello
Phillip,
We consider setting the Value of the DateTimePicker to a previous valid Value as more of application logic that should be handled according to the specific scenario.
You could implement validation in the ViewModel with the IDataErrorInfo interface as demonstrated in the DateTimlePicker Data Validation example inside
WPF Demos or you could just check the
SelectedValue and preserve the last valid value in some variable that can be used in case SelectedValue is null.
Regards,
Yana
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the
Telerik API Analyzer and share your thoughts.