What is the event for the checkboxes when the select/deselct all checkbox is clicked?
colModel:[
// Checkbox selector
{
dataIndx: "state", maxWidth: 30, minWidth: 30, align: "center", resizable: false,title: "",
editable: true, // Must be true or can't select
menuIcon: false,
type: 'checkBoxSelection',
cls: 'ui-state-default',
sortable: false,
editor: false,
dataType: "bool",
sortable:false,
cb: {
all: true, //checkbox selection in the header affect current page only.
header: true //show checkbox in header.
}
},