After several days of research and a survey of Googleβs grandfather, he provided me with a link to the official telerik forums, where they confirmed that this could not be done.
Link what I want to say.
The response says: βIn fact, we slightly changed the error handling logic, because our initial implementation did not seem intuitive enough. If a garbage input is entered or a date outside the range is selected, the control will internally set its value to null; the visible input field will not clear its contents, but displays them with an invalid style until a valid value is entered, however you still have to handle possible parsing errors in the client-side OnError event handler in a component (you can find another example here), as if the input did not contain a valid date, it will send an empty value to the server, and this function cannot be disabled. "
We hope that this information will be useful to others on SO :).
source share