I want the cells to be in edit mode when a certain condition is true. I'm using cellEdit true and editable in the column but in some occasions the user shouldn't be able to edit some cells of the same column even though the column is editable=true. I need to use cell editing not inline editing.
I tried with beforeEditCell:
beforeEditCell: function(rowid, cellname, value, iRow, iCol) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top