SMART datagrid v.1 > Classes > EditOptions
If it is true, the editor can be displayed in the cells which have been contained in fixed row.
Defaults to false.
grid.setOptions({
edit: {
fixedRowEditable: true,
fixedColumnEditable: true
}
});
grid.setEditOptions({
fixedRowEditable: true,
fixedColumnEditable: true
});
grid.editOptions().setFixedRowEditable(true);