{
DoDragDrop( e.Item, DragDropEffects.Copy | DragDropEffects.Move ); }I'm not sure how to use the info dragged in the dataGrid...
}The e.Item that is dragged seems to be just having the contents of the first column, not the second and third??Thank you!