ResetGrid - cCJGrid
Resets the Grid - resets the columns, resets the datasource and clears the data
Type: Procedure
Syntax
Procedure ResetGrid
Call Example
Send ResetGrid
Description
ResetGrid clears and resets the grid. Calling this synchronizes grid column objects with the datasource. This is always called when a grid is activated. After the grid is activated, you normally will not need to send this message.
If you wish to clear or change your data, you can do this by sending the InitializeData message.