Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ajay Thumar on Sep 10, 2008 00:17
open dhtmlx forum
How to check locaked row

I m using mygrid.getSelectedId(); to get selected rows.

But i want only those row which are not locked.
Answer posted by Support on Sep 10, 2008 02:21
There is no API method to check "locked" status of row. 
You can try the next code, but it may be not reliable in complex scenarious

var isLocked = grid.getRowById(id)._locked