I’m using grid.selection.setCell function to select a row.
But I’m trying to find if there are any other way to select multiple row using javascript code.
Is there any way I can do that?
I’m using grid.selection.setCell function to select a row.
But I’m trying to find if there are any other way to select multiple row using javascript code.
Is there any way I can do that?
Please, try to use the selection.setCell() in combination with the “selection:‘row’”. There is no individual method the row selection.