brixxbox Wiki
Search
⌃K

unselectGridRows

Deselects all rows with a specific value in a column.

Parameters

  1. 1.
    controlId - control id of the grid
  2. 2.
    columnId - id of the column to compare the value with
  3. 3.
    value - if the row has this value in the column with "columnId", it will be unselected

Example Usages

brixxApi.unselectGridRows("myGrid", "id", 123);