Selects all rows with a specific value in a data grid column.
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 selected
app.selectGridRows("myGrid", "imeiNumber", 1234567);
Function does not explicitly produce return value.
Last updated 2 years ago