Hi, is there a simple way to disable user entering some random text into the date time picker? I know there is kendo validator to validate the value, but my question here is how to stop user entering nonsense data.
If the mask is a must, then you can try to combine KendoUI MaskedTextBox and KendoUI DateTimePicker, but note that they are not intended and designed to work together and there could be undesired behaviors. Here is a demo that shows a proof-of-concept implementation combining DatePicker and MaskedTextBox (use on your own responsibility).
Regards,
Atanas Georgiev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!