Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > drag and drop row
 

drag and drop row

I have 2 datagridviews, origin and destin; i need to drag and drop one row from origin DGV to destin DGV, and later the row must be painted in destin DGV (obviusly) and that way I have to allow drag and drop funcionality between DGV origin and destin.

Anyone has done something like that before?

Best Regards

Jocker

Jocker23  Wednesday, May 09, 2007 5:28 AM

Hi,this question has been asked before.Please check this theadDrag and drop from a datagridview to another - MSDN Forums

And here is another artilce,maybe useful to you.How to drag information from a DataGridView control - The Code ...-

Hope it helps

Regards

Gavin Jin - MSFT  Monday, May 14, 2007 7:37 AM

Hi,this question has been asked before.Please check this theadDrag and drop from a datagridview to another - MSDN Forums

And here is another artilce,maybe useful to you.How to drag information from a DataGridView control - The Code ...-

Hope it helps

Regards

Gavin Jin - MSFT  Monday, May 14, 2007 7:37 AM

You can use google to search for other answers

Custom Search

More Threads

• DataGridView: displaying an aggregation of a foriegn key
• Programmatically Bind a ComboBox in DataGrid from database
• Showing Hyperlink in Winforms Datagrid control
• databind to transformed XML doc is not relected in datagrid
• Merging Cells
• can i pass an array to the dataadapter instead of one element?
• [DataBinding][.NET2] Object does not change the control (like in .NET 3)
• Export data from Datagridview to Excel???
• DataGridView - ScrollBar doesn't enable to view all data
• Multi-Column Sorting in DataGridView