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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top