3

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

peroxide
  • 696
  • 1
  • 4
  • 19

1 Answers1

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