1. If I enter 9/1/15, Kendo control shows me error and asks me to enter 9/1/2015.
2. If I enter 4 and press tab => it should fill it with 4/01/2014.
3. If I enter 4/01 and press tab => it should fill it with 4/01/2014.
4. If I enter 31/2/2015, it should automatically round it to 28/2/2015.
I compared this to other Telerik Product (e.g. Telerik ASP .NET forms controls) and I noticed above items. As this is currently working in ASP .NET Forms control using jQuery/javascript, I believe it should be workable in same fashion as we can't tell our client that one control set works one way for them on one site and other control set works differently by same provider on their other site.