isRowSelected
Checks if a row in a grid is selected or not.
Parameters
controlId - The id of the grid
line - This can be either a whole line from a "myGrid.allRows" call or a single id from a record.
Example Usages
Used in a loop
In this case, "allRows" is an array which contains the rows of "myGrid". We iterate through the array with the given for loop.
Used with an id
Return Values
The function returns a boolean value, either true or false.
Last updated
Was this helpful?