Skip to content

isSelected

returns true if the related record is selected

function isSelected(
// the id of a row ( column, cell )
id: id,
// true, if the related row was selected
result: booolean
): void

If you are using cell-based selection, you can use the following syntax:

var check = grid.isSelected(row_id, cell_id);