clearGridSelection

Unselects all rows of a data grid.

Parameters

  1. controlId - id of the grid control

Example Usages

app.clearGridSelection(myGrid);

Return Values

Function does not explicitly produce return value.

Last updated