We have been migrating from using the RadControls for ASP.NET Ajax to the Kendo UI suite, and have found the controls very useful.
However there appears to be a slight discrepancy between the parsing capabilities of the two libraries.
eg.
http://demos.kendoui.com/web/datepicker/index.html
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx
If you type 1-1 in the RadControl demo, this is correctly parsed as 1-Jan-2012
If you type this in the KendoUI demo, this is not parsed correctly
It would be great to have the same flexibility of parsing of the dates as per the RadControls?