[2008] Datagridview: Drag drop -make cell contents the cursor
datagridview1 is databound. datagridview2 is unbound.
I drag rows from datagridview1 to datagridview2.
When I drag and drop a row from 1 datagridview to another,
how can I make the dragged cell contents as the cursor ?
If I am dragging APPLES then the cursor should display APPLES until I drop it on datagridview2.
Is this also possible when reordering rows in datagridview2 ?
Re: [2008] Datagridview: Drag drop -make cell contents the cursor
I've never tried it myself but check this out. Note the fact that it says "Advanced" at the top.