ResetSelectedRow - cCJGridDataSource
This clears the SelectedRow of any changes restoring it to its pre-edited state
Type: Procedure
Syntax
Procedure ResetSelectedRow
Call Example
Send ResetSelectedRow
Description
ResetSelectedRow is use to reset changed data in a row. This is used if you need to clear a row or change rows without committing the changes. It is called by the cCJGrid object's RestoreSelectedRow method.
cCJGrid / cCJGridDataSource
This restores the one row in the datasource back to its pre-edited state, which is the state of the data when the row became selected.
cDbCJGrid / cDbCJGridDataSource
This refinds the record in DataDictionary Server object, which causes the row to be reset with the DataDictionary data.
You will never send this message and will probably never augment it. If you create a custom datasource class, this interface must be supported.