Kendo DatePicker fails validation for custom date format

前端 未结 6 1185
孤城傲影
孤城傲影 2021-02-02 11:48

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

6条回答
  •  走了就别回头了
    2021-02-02 12:03

    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...

    
        
    
    

提交回复
热议问题