Your search did not match any results.

Data Grid - Multiple Record Selection

This demo sets selection.mode to "multiple". This allows users to select multiple rows using checkboxes or keyboard shortcuts.

To configure when the checkboxes appear, set the showCheckBoxesMode property.

The checkbox in the header selects all rows or current page rows, depending on the selectAllMode value. If you want to disable this checkbox, set allowSelectAll to false.

In this demo, you can use the drop-down menus under the grid to change the showCheckBoxesMode and selectAllMode values.

Backend API