Grid Selection / Single Selection




Row: Column:
Theme

Description

This example demonstrates the selection of grid cells. You can set rows or columns selection by setting selection.type property to 'row' or 'cell'. If you want to select more than one row or cell you need to set multiple property to 'true'. You can select manually rows or cell into the grid by using select(element) function, where the element is the row or cell. You can find the gridData.js file content here: gridData.js

Was this example useful?