Skip to content

Commit 8ae3843

Browse files
[3.6](Grid,TreeList,TreeView,Gantt,Scheduler): Drag and Drop document… (#1151)
* [3.6](Grid,TreeList,TreeView,Gantt,Scheduler): Drag and Drop documentation * chore: fixes as per comments
1 parent b3007fc commit 8ae3843

File tree

7 files changed

+2351
-34
lines changed

7 files changed

+2351
-34
lines changed

components/grid/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ The Grid has methods to execute actions such as:
175175
* [export to Excel]({%slug grid-export-excel%}) and other formats
176176
* [automatically resize columns to fit their content]({%slug components/grid/columns/resize%}#autofit-columns)
177177
* [get or set the Grid configuration state]({%slug grid-state%})
178+
* [get the dragged data item and its drop index from the destination Grid instance]({%slug grid-drag-drop-overview%})
178179

179180
To execute these methods, obtain reference to the Grid instance via `@ref`.
180181

0 commit comments

Comments
 (0)