SMART datagrid v.1 > Classes > DataSet
The way to compare the value when restore the state of changed row.
It is the way to compare the value of UPDATED row for restoring state when restoreMode is AUTO or EXPLICIT. If the value is true, it will compare with DataField.equalValues, else will compare with sameValues.
Defaults to false.
dataset.setStrictRestore(true);