I am attempting to act upon checkboxes in a certain column, but not every column. My code would be for a Select All checkbox outside the grid. So far, I have:
$(“#myGrid”).find(':checkbox').not(':disabled').attr('checked', $(“#chkSelectAll”).is(“:checked”));
The colModel I want to
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top