drag & drop between datagrid in vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am having problem in drag and dropping the selected row from
one datagrid to another.I am unable to match content of which cell
from source datagrid to which cell of the destination grid.
 
Not sure if it is exactly what you need, but this FAQ contains a sample
project that will allow you to drag text between two datagrids.

George Shepherd's Windows Forms FAQ contains an entry entitled:

How can I implement OLE Drag & Drop between a DataGrid and another OLE
DnD object that supports the Text format?

Check it out at:
http://www.syncfusion.com/faq/winforms/search/814.asp

=============================================
Clay Burch, .NET MVP
Syncfusion, Inc.
visit http://www.syncfusion.com for .NET Essentials
 
Back
Top