| Client-Side API Reference > FlexGrid > wijmo.grid > AllowDragging Enum |
| Name | Value | Description |
|---|---|---|
| None | 0 |
The user may not drag rows or columns. |
| Columns | 1 |
The user may drag columns. |
| Rows | 2 |
The user may drag rows. |
| Both | Rows | Columns |
The user may drag rows and columns. |
Specifies constants that define the row/column dragging behavior.