unselectGridRows
Deselects all rows with a specific value in a column.
Parameters
controlId - control id of the grid
columnId - id of the column to compare the value with
value - if the row has this value in the column with "columnId", it will be unselected
Example Usages
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?