I have two datagridview in the same form.
Is there a way to drag items between them?
Can the drag update the DB inside the data source?
Thanks
Asked
Active
Viewed 243 times
3

peroxide
- 696
- 1
- 4
- 19
-
windows form, net framework 4 if that matters – peroxide Jun 13 '11 at 10:44
1 Answers
2
yes You Can see this C# Datagridview Drag & Drop

DeveloperX
- 4,633
- 17
- 22
-
That seems to ask about dragging rows within a single DataGridView. Not sure how it help with this situation. – Ben Voigt Jun 13 '11 at 13:15