This sample demonstrates the Grid component with the row drag and drop feature. Drag and drop rows between Grids to move rows
Order ID | Customer Name | Order Date |
---|---|---|
10248 | Maria | 7/4/1996 |
10249 | Ana Trujillo | 7/5/1996 |
10250 | Antonio Moreno | 7/8/1996 |
10251 | Thomas Hardy | 7/8/1996 |
10252 | Christina Berglund | 7/9/1996 |
10253 | Hanna Moos | 7/10/1996 |
10254 | Frédérique Citeaux | 7/11/1996 |
10255 | Martín Sommer | 7/12/1996 |
10256 | Laurence Lebihan | 7/15/1996 |
10257 | Elizabeth Lincoln | 7/16/1996 |
10258 | Victoria Ashworth | 7/17/1996 |
10259 | Patricio Simpson | 7/18/1996 |
Order ID | Customer Name | Order Date |
---|---|---|
No records to display |
Grid rows can be dragged and dropped to another Grid or custom controlled by enabling allowRowDragAndDrop Grid property. The target control on which the Grid rows has to be dropped can be set by using rowDropSettings->targetID. The Selection feature should be enabled to select the rows. Multiple rows can be selected by simply clicking and dragging inside the Grid. In this demo, we have demonstrated how to drag and drop the rows between Grids. Row drag and drop feature is enabled in both the Grids. To drag and drop rows between Grids select rows, drag and drop them in the adjacent Grid. More information on the row drag and drop can be found in this documentation section.