Skip to content

This example illustrates how to implement multiple cell selection for DataGrid.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/devextreme-datagrid-multiple-cell-selection

Repository files navigation

DataGrid for DevExtreme - How to allow users select multiple cells

This example illustrates how to implement multiple cell selection for DataGrid.

Multiple Cell Selection

Use the onCellHoverChanged and onCellClick event handlers to implement cell selection. The cellValue method uses cells' columnIndex and rowIndex properties to display the corresponding cell values.

The touchmove and touchstart events are used to ensure this example also works on mobile devices.

Files to Review

Documentation

More Examples