clearGridSelection

Unselects all rows of a data grid.

Parameters

  1. controlId - id of the grid control

Example Usages

   brixxApi.clearGridSelection(myGrid);

Last updated