33[ ![ ] ( https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white )] ( https://supportcenter.devexpress.com/ticket/details/T1129779 )
44[ ![ ] ( https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square )] ( https://docs.devexpress.com/GeneralInformation/403183 )
55<!-- default badges end -->
6- # DevExtreme Examples Template
6+ # DataGrid for DevExtreme - How to drag multiple rows
77
8- This is the repository template for creating new examples.
9-
10- Use ** _ Product_ for DevExtreme - _ Task_ ** template for a title.
11-
12- Describe the solved task in this section.
8+ This example demonstrates how to drag and drop multiple selected rows at once.
139
1410Put a screenshot/gif that illustrates the result here.
1511
@@ -18,25 +14,29 @@ Then, add implementation details (steps, code snippets, and other technical info
1814## Files to Review
1915
2016- ** jQuery**
21- - [ index.js] ( jQuery/src/index.js )
17+ - [ GridLocalData.js] ( jQuery/src/GridLocalData.js )
18+ - [GridRemoteData.js](jQuery/src/GridRemoteData.js)
2219- ** Angular**
23- - [ app.component.html] ( Angular/src/app/app.component.html )
24- - [ app.component.ts] ( Angular/src/app/app.component.ts )
20+ - [ data-grid-local-data.component.html] ( Angular/src/app/components/data-grid-local-data/data-grid-local-data.component.html )
21+ - [data-grid-local-data.component.ts](Angular/src/app/components/data-grid-local-data/data-grid-local-data.component.ts)
22+ - [data-grid-remote-data.component.html](Angular/src/app/components/data-grid-remote-data/data-grid-remote-data.component.html)
23+ - [data-grid-remote-data.component.ts](Angular/src/app/components/data-grid-remote-data/data-grid-remote-data.component.ts)
2524- ** Vue**
26- - [ Home.vue] ( Vue/src/components/HomeContent.vue )
25+ - [ DataGridLocalData.vue] ( Vue/src/components/DataGridLocalData.vue )
26+ - [DataGridRemoteData.vue](Vue/src/components/DataGridRemoteData.vue)
2727- ** React**
28- - [ App.tsx] ( React/src/App.tsx )
28+ - [ DataGridLocalData.tsx] ( React/src/DataGridLocalData.tsx )
29+ - [DataGridRemoteData.tsx](React/src/DataGridRemoteData.tsx)
2930- ** NetCore**
30- - [ Index.cshtml] ( ASP.NET_Core/Views/Home/Index.cshtml )
31+ - [ DataGridLocal.cshtml] ( ASP.NET_Core/Views/PartialViews/DataGridLocal.cshtml )
32+ - [DataGridRemote.cshtml](ASP.NET_Core/Views/PartialViews/DataGridRemote.cshtml)
3133
3234## Documentation
3335
34- - link
35- - link
36- - ...
36+ [ DataGrid.rowDragging] ( https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/rowDragging/ )
3737
3838## More Examples
3939
40- - link
41- - link
42- - ...
40+ [ Example: DevExtreme TreeView - How to drag and drop multiple items ] ( https://github.com/DevExpress-Examples/devextreme-treeview-drag-and-drop-multiple-items )
41+ [ Demo: Local Reordering ] ( https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/LocalReordering/jQuery/Light/ )
42+ [ Demo: Remote Reordering ] ( https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteReordering/jQuery/Light/ )
0 commit comments