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
Used with an id
Last updated