toggleGridSelection

Toggles the grid selection for a whole grid.

Parameters

  1. controlId - control id of the grid

Example Usages

app.toggleGridSelection("myGrid");

Return Values

Function does not explicitly produce return value.

Last updated