This is a migrated thread and some comments may be shown as answers.

Checkbox column for selecting rows in Grid

0 Answers 143 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Suresh
Top achievements
Rank 1
Suresh asked on 17 May 2012, 11:08 PM
I need a grid with a Checkbox column to select/deselect multiple rows. I have tried the column template by doing the following
{ field: 'IsSelected', title: 'Select', type: "boolean", template: '<input class=selector type=checkbox />', width: '50px' }

But, how do I bind the event of checking the checkbox select/deselect the row? I also need the "Select All" checkbox in the header which would select all the rows.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Suresh
Top achievements
Rank 1
Share this question
or