toggleGridSelection

Toggles the grid selection for a whole grid.

Parameters

  1. controlId - control id of the grid

Example Usages

   brixxApi.toggleGridSelection("myGrid");

Last updated