Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

DragDropManager Events are not fire?

$
0
0

Hi all,

 

I'm trying creating row drag drop within a radgridview.

 Register events:

DragDropManager.AddDragOverHandler(AssociatedObject, OnDragOver);
DragDropManager.AddDropHandler(AssociatedObject, OnDrop);
DragDropManager.AddDragInitializeHandler(AssociatedObject, OnDragInitialize);
DragDropManager.AddDragDropCompletedHandler(AssociatedObject, OnDragCompleted);

 

I already tried with the belows, but unlucky.

DragDropManager.AddDragOverHandler(AssociatedObject, OnDragOver, true);
DragDropManager.AddDropHandler(AssociatedObject, OnDrop, true);
DragDropManager.AddDragInitializeHandler(AssociatedObject, OnDragInitialize, true);
DragDropManager.AddDragDropCompletedHandler(AssociatedObject, OnDragCompleted, true);

But OnDragOver, OnDragCompleted are not fire, the others are fire OK.

How can i get it works?


Viewing all articles
Browse latest Browse all 84751

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>