Hello,
I would like DatePicker to validate obviously invalid user input, but it doesn't happen. Why?
I use the following code:
<
input
type
=
"text"
/>
<
script
>
kendo.culture("en-GB");
$('input').kendoDatePicker();
/
script
>
Here is it in dojo: http://dojo.telerik.com/IHoSa
What are the steps to enable validtion of user's input?
Thanks