SMART datagrid v.1 > Classes > EditOptions
If it is true, it will judge undefined is different from the value which is not undefined.
For example, in the case of text field, if this property value is false, it will consider undefined and empty string as the same value.
Defaults to false.
grid.setOptions({
edit: {
strictDiff: true,
checkDiff: true
}
});
grid.setEditOptions({
strictDiff: true,
checkDiff: true
});
grid.editOptions().setStrictDiff(true);