Drag & drop on nested tables

Hi,
I''ve read about drag&drop in other posts and in KB but I''m not able to find a solution for my problem.
I need to be able to drag&drop a row from a nested table to the Caption cell of another nested table. In some examples, rows are dragged from row to row, but I need to just drag to a nested table Caption and get a reference to the Nested Table. It would also be great to override DragOver to configure the DragDropEffects when not being on a Nested Table Caption.
(See the attached image)

griddrag.zip

2 Replies

AD Administrator Syncfusion Team September 11, 2006 09:58 AM UTC

Hi Alejandro,

Please try the following sample that supports drag and drop for nested tables with NestedTable caption in GGC.

http://www.syncfusion.com/Support/user/uploads/DragDrop_GGC_7c4945fe.zip

Let me know if this helps.
Best Regards,
Haneef


AS Alejandro Serrano September 13, 2006 02:02 PM UTC

Thank you very much. That was just what I needed.
However, is there any way to be able to drag&drop without having to select the record first? Or in other words, can I know the exact record where the mouse is over, from the NestedTable object?

Loader.
Up arrow icon