Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vaibhav Billore on Jan 21, 2009 06:29
open dhtmlx forum
How can I know whether a cell is readonly or not?

How can I know whether a cell is read-only or not?
Answer posted by Support on Jan 21, 2009 06:40
You can use
var readonly = mygrid.cells(id,ind).isDisabled();