I have a checkcolumn as the last column in the grid, i want to disable the row once the checkbox is checked.
onCheckcolumnCheckChange: function(checkcolumn,rowIndex,checked){
//disable row code here
}
disable means, user should not be able to edit the cells of that particular row.
any help is appreciated.
Thanks