Is there a way to find out if a row is locked? Also, is there a way to get the cell type (i.e. “ro”)?
thanks!
Is there a way to find out if a row is locked? Also, is there a way to get the cell type (i.e. “ro”)?
thanks!
There is no API method, but you can check grid internals as
if (grid.getRowById(id)._locked) alert(“locked”);