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: components/grid/row-drag-drop.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,6 @@ This section contains the following examples:
68
68
69
69
*[Drag and Drop a Row in the same Grid](#drag-and-drop-a-row-in-the-same-grid)
70
70
*[Drag and Drop a Row between Grids](#drag-and-drop-a-row-between-grids)
71
-
*[Drag and Drop Rows in Grid Hierarchy](slug://grid-kb-drag-drop-rows-hierarchy)
72
71
*[Drag and Drop between Grid, TreeList, TreeView and Scheduler](#drag-and-drop-between-grid-treelist-treeview-and-scheduler)
73
72
*[Drag and Drop multiple Rows](#drag-and-drop-multiple-rows)
74
73
@@ -140,7 +139,7 @@ The target drop area in the Grid is the `<table>` element. Users cannot drop ite
140
139
* Do not set a Grid `Height`, so that there is no empty space below the last table row.
141
140
* Define a [`NoDataTemplate`](slug://grid-templates-no-data), which fills the Grid data area.
142
141
143
-
The following example demonstrates both these options:
142
+
The following example demonstrates both these options. You can also check how to [drag and drop rows in a Grid hierarchy](slug://grid-kb-drag-drop-rows-hierarchy).
0 commit comments