I'm working on a project with several two-level Master Detail gridcontrols using gridviews for both levels. I've been asked to implement drag-drop functionality that allows the users to do the following:
* Reorder rows in the Master gridview.
* Reorder rows in the Detail gridviews.
* Move items between Detail gridviews.
* Move items from a Detail gridview onto an item from the Master gridview, allowing that item to be moved to the end of the Master gridview item's Detail gridview.
* Move items between a Detail gridview and a completely separate gridview in another gridcontrol.
I've gone over quite a few support articles, and I'm unable to find an example that works properly. I'm able to implement drag-drop functionality at the Master level with relative ease, but I can't seem to get any drag-drop originating from a Detail gridview to work properly no matter what I try. I think, at this point, I need an example project to see how this would be implemented. Can you please either direct me to such example code or create and example for me?