I\'m using Kendo DatePicker to edit a Date field being displayed in a Kendo Grid in my ASP.NET MVC 4 project. In order to have the DatePicker being used for the Date field use c
I use this method and it is working fine..
Add these two lines in your page..
Then override the jQuery date validation method..
Meanwhile in my Web.config I have this...
Web.config