cellClick: function(evt, ui){ if(ui.column.type == 'checkBoxSelection'){ alert("rowIndx = " + ui.rowIndx + ", value = "+ui.rowData.state ); } },