Skip to content

Commit 1e50796

Browse files
dimodidimodi
authored andcommitted
Polish list of links
1 parent 4ec6958 commit 1e50796

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/grid/row-drag-drop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ This section contains the following examples:
6868

6969
* [Drag and Drop a Row in the same Grid](#drag-and-drop-a-row-in-the-same-grid)
7070
* [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)
7271
* [Drag and Drop between Grid, TreeList, TreeView and Scheduler](#drag-and-drop-between-grid-treelist-treeview-and-scheduler)
7372
* [Drag and Drop multiple Rows](#drag-and-drop-multiple-rows)
7473

@@ -140,7 +139,7 @@ The target drop area in the Grid is the `<table>` element. Users cannot drop ite
140139
* Do not set a Grid `Height`, so that there is no empty space below the last table row.
141140
* Define a [`NoDataTemplate`](slug://grid-templates-no-data), which fills the Grid data area.
142141

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).
144143

145144
>caption Drag and drop items between Grids
146145

0 commit comments

Comments
 (0)