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 ?