getGrid (Client API reference)
Get access to the Grid available in the GridControl (gridContext
).
Grid types supported
Read-only and editable grids
Syntax
let grid = gridContext.getGrid();
Return Value
Type: Grid
Description: The Grid object.
Remarks
To get the gridContext
, see Getting the grid context.