ResetAll - cCJGridDataSource
Resets the data in your datasource and clears all column information. This is a complete reset.
Type: Procedure
Syntax
Procedure ResetAll
Call Example
Send ResetAll
Description
ResetAll clears the data in your datasource object and clears all column information in the datasource. This completely resets the datasource.
The Reset message can be used to just clear the 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.