Interface for a grid. Use Grid methods to access information about data in the grid. Grid is returned by the GridControl.getGrid method.
Returns a collection of every GridRow in the Grid.
The rows.
External Link: Collections (Client API reference)
Returns a collection of every selected GridRow in the Grid.
The selected rows.
Returns the total number of records in the Grid.
The total record count.
Generated using TypeDoc
Interface for a grid. Use Grid methods to access information about data in the grid. Grid is returned by the GridControl.getGrid method.