Drag Drop from outside control

Requirement:

Drag an object from an external control and drop in a grid grouping control.
Update grid grouping control with new dropped object. 


I'm having a hard time capturing the "Mouse Up" event after dragging an object from an external control to a grid grouping control.  I have subscribed to the following events.

1.  TableControl.DragDrop
2.  TableControl.MouseUp
3.  this.DragOver
4. this.DragDrop
5. this.MouseUp

I have scoured the internet in search of an example that shows dragging an external object onto a grid grouping control.  Please help.
  

2 Replies

DO Dorrian May 1, 2014 12:41 PM UTC

Figured it out. 


MS Maniratheenam Sehar Syncfusion Team May 5, 2014 04:12 AM UTC

Hi Dorrian Weaver,

We are glad to know that your query has been solved.

Please let us know if you have any further concerns.

Regards,
ManiRatheenam S

Loader.
Up arrow icon