Date and Time Validations & Row Selection in Grid with Checkbox to Enable Delete and Update the Selected Rows
For validation scenarios with the grid you may consider taking advantage of the validation extension of the framework: http://demos.kendoui.com/web/validator/index.html Selection with checkboxes can be implemented like this: http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/Selection/select-multiple-rows-with-checkboxes
tell Something about binding of Date Picker In the Kendo Grid.
In this case you can either integrate DatePicker as grid editor (to validate the date automatically) or implement your custom validation logic using the validation extension. Hope this makes sense.
Issue is when i try to enter a date manually it should check for the date format and should throw validation error For ex: i will enter date as 30/30/200 It should throw validation error as date not valid. but currently it is not showing any error.. Please kindly verify and do the needful