SMART datagrid v.1 > Classes > EditOptions
If it is true, it will commit even if the value of editing cell is not changed.
Defaults to false.
grid.setOptions({
edit: {
commitWhenNoEdit: true
}
});
grid.setEditOptions({
commitWhenNoEdit: true
});
grid.editOptions().setCommitWhenNoEdit(true);