Hi
I use the RadDateTimePicker and have a button ("Next"):
When now the user changes the date/time value to an invalid date/time an error is shown:
When the user clicks on the "Next" button the DateTimeText disapears and is empty and an error is schown:
My Question:
Is it possible to set the DateTimeText to the previous wrong formatted date/time (120000000000.07.23 08:49) like this ?
I have tried to overload the method OnParseDateTime and set the CurrentDateTimeText but it's not working.