Hi Greg,
Here is minimal sample with a class added that implements IGridDataObjectConsumer to provide drop support for a treenode. This implemetatin just automaticlly drops the node text as a new row to a Grid.
The steps are
1) add the TreeNodeDataObjectConsumer class whcih implements IGridDataObjectConsumer to support dropping of TreeNode objects.
2) add a Form_Load to register a TreeNodeDataObjectConsumer object as a dataconsumer that the grid will poll as part of its D&D support.
Sample :
D&DGridTreeView.zipBest regards,
Haneef