SMART datagrid v.1 > Classes > DataSet

Back  Forward

DataLudi.DataSet.strictRestore  property

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.

Getter
function strictRestore(): Boolean
Setter
function setStrictRestore(value: Boolean)
Code -1
    dataset.setStrictRestore(true);
See Also
restoreMode
restoreUpdatedStates
restoreUpdatedRows
equalValues
sameValues
DataRestoreMode
DataRowState
Examples
Restore Data Rows