Completed
Last Updated: 11 May 2016 07:46 by ADMIN
Prasanth
Created on: 25 Jan 2012 10:59
Category: Kendo UI for jQuery
Type: Feature Request
5
Grod row Selection and Date and Time validations
Date and Time Validations & Row Selection in Grid with Checkbox to Enable Delete and Update the Selected Rows
4 comments
ADMIN
Petyo
Posted on: 11 May 2016 07:46
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
Sukhjeet
Posted on: 19 Apr 2012 11:26
tell Something about binding of Date Picker In the Kendo Grid.
ADMIN
Telerik Admin
Posted on: 25 Jan 2012 15:42
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.
Prasanth
Posted on: 25 Jan 2012 12:48
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