Client API ReferenceFunctionsselectGridRowsAuf dieser SeiteselectGridRows 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 selected Example Usages brixxApi.selectGridRows("myGrid", "imeiNumber", 1234567);