Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Grid is returned by the getGrid method. Use Grid methods to access information about data in the grid.
let myGrid = gridContext.getGrid();
Methods
Name | Description | Available for |
---|---|---|
getRows | Returns a collection of every GridRow in the Grid. | Read-only and editable grids |
getSelectedRows | Returns a collection of every selected GridRow in the Grid. | Read-only and editable grids |
getTotalRecordCount | Returns the total number of records that match the filter criteria of the view, not limited by the number visible in a single page. | Read-only and editable grids |