Skip to content

Commit cb4b020

Browse files
committed
docs(Grid): Document DragToSelect default behavior
1 parent f43c67e commit cb4b020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/selection/cells.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To select a cell, click anywhere in it.
1717

1818
To select a range of cells in one or more columns, hold the **Shift** key, while clicking on the first and last cell of the range. To select or deselect multiple cells that don't belong to a range, hold the **Ctrl** key.
1919

20-
You can also select a cell range by holding and dragging the mouse cursor. The dragging motion defines the diagonal of a rectangle and the Grid will select the cells under this rectangle. To allow this kind of cell selection, set the `DragToSelect` parameter in [`GridSelectionSettings`]({%slug grid-selection-overview%}#enable-row-or-cell-selection). The **Shift** and **Ctrl** modifiers are not supported in drag-to-select mode.
20+
By default, you can also select a cell range by holding and dragging the mouse cursor. The dragging motion defines the diagonal of a rectangle and the Grid will select the cells under this rectangle. To prevent this kind of cell selection, set the `DragToSelect` parameter in [`GridSelectionSettings`]({%slug grid-selection-overview%}#enable-row-or-cell-selection) to `false`.
2121

2222
To enable cell selection:
2323

0 commit comments

Comments
 (0)