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
**Related sample:**[Grid. History. Configuration](https://snippet.dhtmlx.com/m88562wf)
38
+
**Related sample:**[Grid. History. Configuration](https://snippet.dhtmlx.com/vznpyeit)
39
39
40
40
**Related article**: [Applying undo/redo operations to Grid history actions](grid/usage_history.md/#applying-undoredo-operations-to-grid-history-actions)
**Related sample:**[Grid. History. Configuration](https://snippet.dhtmlx.com/m88562wf)
38
+
**Related sample:**[Grid. History. Configuration](https://snippet.dhtmlx.com/vznpyeit)
39
39
40
40
**Related article**: [Applying undo/redo operations to Grid history actions](grid/usage_history.md/#applying-undoredo-operations-to-grid-history-actions)
Copy file name to clipboardExpand all lines: docs/grid/configuration.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2470,10 +2470,6 @@ If you use the GPL version of DHTMLX Grid (or DHTMLX Suite), you will be able to
2470
2470
**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.
2471
2471
:::
2472
2472
2473
-

2474
-
2475
-
**Related sample**: [Grid. Drag-and-Drop in TreeGrid mode](https://snippet.dhtmlx.com/0tuk0y5f)
2476
-
2477
2473
### Drag-n-drop inside the grid
2478
2474
2479
2475
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:
@@ -2599,7 +2595,7 @@ const grid = new dhx.Grid("grid_container", {
The module is also automatically enabled if the [row Drag-and-Drop](#drag-n-drop) functionality is activated
2605
2601
(e.g. via the `dragItem: "row"` or `dragItem: "both"` properties) and either the [`BlockSelection`](grid/usage_blockselection.md) or [`Clipboard`](grid/usage_clipboard.md) modules are enabled.
@@ -2853,7 +2849,7 @@ const grid = new dhx.Grid("grid_container", {
2853
2849
});
2854
2850
~~~
2855
2851
2856
-
**Related sample:** [Grid. BlockSelection in the "range" mode. Inventory selection with restricted columns](https://snippet.dhtmlx.com/42fp5qvt)
2852
+
**Related sample:** [Grid. BlockSelection in the "range" mode. Selection with restricted columns](https://snippet.dhtmlx.com/42fp5qvt)
2857
2853
2858
2854
For information on using the Block Selection API, read the [Work with Block Selection module](grid/usage_blockselection.md) guide.
2859
2855
@@ -2915,7 +2911,7 @@ const grid = new dhx.Grid("grid_container", {
2915
2911
});
2916
2912
~~~
2917
2913
2918
-
**Related sample**: [Grid. Clipboard. Financial data with formatted copy/paste](https://snippet.dhtmlx.com/1fnkhwm0)
2914
+
**Related sample**: [Grid. Clipboard. Customcopy/cut/pastefor number and date columns](https://snippet.dhtmlx.com/dfj49xah)
2919
2915
2920
2916
For information on working with Clipboard, read the [Work with Clipboard module](grid/usage_clipboard.md) guide.
2921
2917
@@ -2970,7 +2966,7 @@ const grid = new dhx.Grid("grid_container", {
2970
2966
grid.history.enable(); // enabling the module
2971
2967
~~~
2972
2968
2973
-
**Related sample:** [Grid. History. Configuration](https://snippet.dhtmlx.com/m88562wf)
2969
+
**Related sample:** [Grid. History. Configuration](https://snippet.dhtmlx.com/vznpyeit)
2974
2970
2975
2971
For information on working with the HistoryAPI, read the [Work withHistorymodule](grid/usage_history.md) guide.
0 commit comments