Skip to content

Commit 152562a

Browse files
committed
[update] what's new, drag panel image
1 parent f35d3be commit 152562a

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
-23.1 KB
Loading
-40.3 KB
Binary file not shown.

docs/grid/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ This functionality requires PRO version of the DHTMLX Grid (or DHTMLX Suite) pac
25802580
25812581
The [`DragPanel`](grid/usage_dragpanel.md) module allows configuring the drag-n-drop functionality in Grid. It provides settings for adjusting the look and feel of the drag panel that appears when the drag-n-drop functionality is activated. Check the details below.
25822582
2583-
![](../assets/grid/dragpanel_modulle4.png)
2583+
![](../assets/grid/dragpanel_module.png)
25842584
25852585
To initialize the `DragPanel` module, you should enable the [`dragPanel`](grid/api/grid_dragpanel_config.md) property in the Grid configuration together with the [row Drag-and-Drop](#drag-n-drop) functionality (e.g. via the `dragItem: "row"` or `dragItem: "both"` properties). For example:
25862586

docs/grid/usage_dragpanel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This functionality requires PRO version of the DHTMLX Grid (or DHTMLX Suite) pac
1212

1313
The `DragPanel` module provides auxiliary functionality for moving rows in the **dhx.Grid** component.
1414

15-
![](../assets/grid/dragpanel_modulle4.png)
15+
![](../assets/grid/dragpanel_module.png)
1616

1717
The module is automatically activated when the [Drag-and-Drop functionality](grid/configuration.md/#drag-n-drop) for rows is enabled and conflicting configurations, such as the [`BlockSelection`](grid/usage_blockselection.md) or [`Clipboard`](grid/usage_clipboard.md) modules, are used.
1818

docs/whatsnew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Before updating DHTMLX to the latest version, please check the [Migration to New
1010

1111
## Version 9.2
1212

13-
Released on July X, 2025
13+
Released on July 15, 2025
1414

1515
<a href="https://dhtmlx.com/blog/dhtmlx-suite-9-2/" target="_blank">Review of the release on the blog</a>
1616

0 commit comments

Comments
 (0)