selects a block in the Grid, according to the specified rows' ids and columns' indexes
start_row | string|number | the start row's id |
start_col | number | the start column's index |
end_row | string|number | the end row's id |
end_column | number | the end column's index |
myGrid.selectBlock("row1",0,"row5",4);
Back to top