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.
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.