You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/grid/configuration.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2083,6 +2083,10 @@ If you use the GPL version of DHTMLX Grid (or DHTMLX Suite), you will be able to
2083
2083
**Note**, to be able to drag-n-drop a column and (or) multiple rows, you need to use PRO version of the DHTMLX Grid (or DHTMLX Suite) package.
2084
2084
:::
2085
2085
2086
+

2087
+
2088
+
**Related sample**: [Grid. Drag-and-Drop in TreeGrid mode](https://snippet.dhtmlx.com/0tuk0y5f)
2089
+
2086
2090
### Drag-n-drop inside the grid
2087
2091
2088
2092
It is possible to reorder a row or column of Grid by drag and drop. To enable the functionality, define the [`dragItem: "both"`](grid/api/grid_dragitem_config.md) property in the configuration object of Grid:
@@ -2446,7 +2450,7 @@ The list of the shortcut keys for editing:
2446
2450
</tr>
2447
2451
<tr>
2448
2452
<td><b>Delete</b></td>
2449
-
<td>clears the data in the selected cells. Works only with the <a href="../usage_blockselection/#keyboard-navigation">`BlockSelection` module</a> in the "range" mode</td>
2453
+
<td>clears data in the selected cells. Works only with the <a href="../usage_blockselection/#keyboard-navigation">`BlockSelection` module</a> in the "range" mode</td>
|[Enabling TreeGrid mode](../treegrid_mode/#initialization)| Learn how to enable the TreeGrid mode of Grid |
56
+
|[Configuring TreeGrid mode](../treegrid_mode/#configuration)| Learn how to configure the TreeGrid mode of Grid |
57
+
|[Data loading in TreeGrid mode](../treegrid_mode/#data-loading)| Learn how to load data in the TreeGrid mode of Grid |
58
+
|[Working with TreeGrid mode](../treegrid_mode/#work-with-grid-in-the-treegrid-mode)| Learn how to expand/collapse nodes |
59
+
49
60
### How to configure columns
50
61
51
62
In this section you will get to know how to configure Grid columns on Grid initialization.
@@ -124,7 +135,7 @@ In this section you will get to know how to configure the drag-n-drop functional
124
135
|[Drag-n-drop between grids](../configuration/#drag-n-drop-between-grids)| Learn how to configure drag-n-drop between grids ([Example](https://snippet.dhtmlx.com/qx9a86ax)) |
125
136
|[Drag-n-drop of multiple rows](grid/configuration.md#drag-n-drop-of-multiple-rows)| Learn how to allow end users to drag-n-drop several rows at once |
126
137
|[Copying of rows during drag-n-drop](../api/grid_dragcopy_config/)| Learn how to copy a row to a target during drag-n-drop ([Example](https://snippet.dhtmlx.com/23slivyz)) |
127
-
|[Using the DragPanel module](../usage_dragpanel/)| Learn how to use the DragPanel module that provides additional functionality for moving rows in the Grid |
138
+
|[Using the DragPanel module](../usage_dragpanel/)| Learn how to use the DragPanel module that provides additional functionality for moving rows in the Grid ([Example](https://snippet.dhtmlx.com/oyk02cr6)) |
128
139
129
140
## How to render custom statistics in the column header/footer and in the spans
130
141
@@ -291,7 +302,7 @@ In this section you will get to know how to work with the range selection functi
|[Configuring range selection](../configuration/#managing-range-selection-in-grid)| Learn how to configure the range selection module within Grid |
294
-
|[Working with range selection](../usage_rangeselection/)| Learn how to enable/disable range selection, set/reset range selection, get the range selection object, and check whether a cell is in the range |
305
+
|[Working with range selection](../usage_rangeselection/)| Learn how to enable/disable range selection, set/reset range selection, get the range selection object, and check whether a cell is in the range ([Example](https://snippet.dhtmlx.com/42fp5qvt))|
295
306
|[Range Selection API](../../category/rangeselection-api/)| Learn how to use the API of the RangeSelection module to manage the range selection within Grid |
296
307
297
308
@@ -301,7 +312,7 @@ In this section you will get to know how to work with the block selection functi
|[Configuring block selection](../configuration/#managing-block-selection-in-grid)| Learn how to configure the block selection module within Grid ([Example](https://snippet.dhtmlx.com/8gx20g1d)) |
315
+
|[Configuring block selection](../configuration/#managing-block-selection-in-grid)| Learn how to configure the block selection module within Grid ([Example](https://snippet.dhtmlx.com/8kttktiy)) |
305
316
|[Working with block selection](../usage_blockselection/)| Learn how to enable/disable block selection in Grid, check the main features of the BlockSelection module and explore how it interacts with other modules |
306
317
|[BlockSelection API](../../category/blockselection-api/)| Learn how to use API of the BlockSelection module to manage the block selection within Grid |
307
318
@@ -311,7 +322,7 @@ In this section you will get to know how to work with the clipboard functionalit
|[Configuring clipboard](../configuration/#clipboard)| Learn how to configure the Clipboard module within Grid |
325
+
|[Configuring clipboard](../configuration/#clipboard)| Learn how to configure the Clipboard module within Grid ([Example](https://snippet.dhtmlx.com/1fnkhwm0)) |
315
326
|[Working with clipboard](../usage_clipboard/)| Learn how to enable the clipboard in Grid, check the main features and explore the peculiarities of using the Clipboard module |
316
327
|[Clipboard API](../../category/clipboard-events/)| Learn how to use API of the Clipboard module to manage the clipboard operations within Grid |
317
328
@@ -321,23 +332,11 @@ In this section you will get to know how to work with the history of Grid action
|[Configuring history of Grid actions](../configuration/#history-of-grid-actions)| Learn how to configure the History module within Grid |
335
+
|[Configuring history of Grid actions](../configuration/#history-of-grid-actions)| Learn how to configure the History module within Grid ([Example](https://snippet.dhtmlx.com/m88562wf))|
325
336
|[Working with history of actions](../usage_history/)| Learn how to enable the history of actions in Grid, check the main features and explore the peculiarities of using the History module |
326
337
|[History API](../../category/history-api/)| Learn how to use API of the History module to manage the history of operations within Grid |
327
338
328
339
329
-
## How to work with TreeGrid mode
330
-
331
-
In this section you will find the ways of working with the TreeGrid mode of Grid.
Copy file name to clipboardExpand all lines: docs/whatsnew.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ Released on June X, 2025
38
38
39
39
### Updates
40
40
41
-
- Grid. The logic and appearance of the [drag-n-drop functionality](grid/configuration.md/#drag-n-drop) is improved
41
+
- Grid. The logic and appearance of the [drag-n-drop functionality](grid/configuration.md/#drag-n-drop) is improved. Check the [related sample](https://snippet.dhtmlx.com/0tuk0y5f)
42
42
- Grid. The [export to Excel](grid/usage.md/#exporting-data-to-excel) functionality is updated
43
-
- Grid. The possibility to clear data while editing a cell by using the `Delete` shortcut key is added
43
+
- Grid. The possibility to [clear data in selected cells by using the `Delete` shortcut key](grid/configuration.md/#shortcut-keys-for-editing) is added
0 commit comments