SMART datagrid v.1 > Classes > EditOptions
If it is true, when move the cell by tab key or enter key, it will skip over the non-editable cell.
Defaults to false.
grid.setOptions({
edit: {
skipReadOnly: false
}
});
grid.setEditOptions({
skipReadOnly: false
});
grid.editOptions().setSkipReadOnly(false);