clearGridSelection
Unselects all rows of a data grid.
Parameters
controlId - id of the grid control
Example Usages
app.clearGridSelection(myGrid);
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?