fires after the state of a checkbox has been changed
rId | string|number | the id of a row |
cInd | number | the index of a cell |
state | boolean | the state of the checkbox/radiobutton |
Available only in PRO Edition
grid.attachEvent("onCheck", function(rId,cInd,state){
// your code here
});
Back to top