How can I know whether a cell is readonly or not?

How can I know whether a cell is read-only or not?

You can use
var readonly = mygrid.cells(id,ind).isDisabled();