Categories | Question details Back To List | ||
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(); |