JavaScript Data GridRange Handle
javascript logo
Enterprise

When working with a Range Selection, it can be useful to have a handle inside the last cell to enable the size of the current range to be adjusted.

Enabling the Range Handle

To enable the Range Handle, simply set enableRangeHandle to true in the gridOptions.

Example: Range Selection with Range Handle

The example below demonstrates simple range selection with a range handle.