SMART datagrid v.1 > Classes > EditOptions
If it is true, you will not be able to update the value of cells which have been contained in fixed row.
Defaults to false.
grid.setOptions({
edit: {
fixedRowReadOnly: true,
fixedColumnReadOnly: true
}
});
grid.setEditOptions({
fixedRowReadOnly: true,
fixedColumnReadOnly: true
});
grid.editOptions().setFixedRowReadOnly(true);