This is a migrated thread and some comments may be shown as answers.

Drag and Drop between different grid structures

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 2
Richard asked on 20 Nov 2010, 03:08 PM
Hi.

Quick question on Drag and Drop between grids.  I just want to make sure before I go down this path, is it possible to drag an item from one grid and drop it onto another grid with a different table structure?  Both grid items will have a common key value but all other columns would be different.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Nov 2010, 07:34 AM
Hello,


I believe the functionality is possible. Get the dragged item DataKeyvalue in the RowDrop event and add the new item (based on key value) to the underlying DataSource of the Second grid.
Items Drag-and-drop



-Shinu.
Tags
Grid
Asked by
Richard
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or