Completed
Last Updated: 15 Jan 2015 13:45 by ADMIN
ankit
Created on: 14 Jan 2015 22:27
Category: Kendo UI for jQuery
Type: Feature Request
1
Some of the functionality is missing in DatePicker control in Kendo MVC Control
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.
1 comment
ADMIN
Telerik Admin
Posted on: 15 Jan 2015 13:45
You may consider utilizing integration with the DateJS library for this purpose, Ankit. Here's a sample demo which represents it:
http://dojo.telerik.com/@ggkrustev/AxiFI

Thus you can cover the first three cases you listed.