Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 3.13 KB

File metadata and controls

48 lines (34 loc) · 3.13 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)