Drag drop between datagridviews

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Hi,

I'm working on a little planning tool which simply is build out of 6
datagridviews each connected to a table from the database.

I would like the user to be able to drag a row from one datagrid to the other.
Basicly I want to show a little moving rectangle for the user but as soon as
he drops the rectangle on the other datagrid, I move the data by code and
then refresh the datagrids.

Can anyone put up an example of how to do something like this?
any help is appriciated!

rg,
Eric
 
Back
Top