StoreOriginalLayout - cCJGrid
Designates the current grid layout to be the original layout
Type: Procedure
Syntax
Procedure StoreOriginalLayout
Call Example
Send StoreOriginalLayout
Description
StoreOriginalLayout designates the current grid layout as your original layout. When RestoreLayout is called, this is the layout that will be restored. Normally, this is sent automatically the first time the grid is activated and you will never need to send this yourself. You would only call this method if you wished to create a default layout that is different. You might do this if you are creating grids dynamically.