Hi,

I have a problem with drag and drop operation from list to list.
I want to drag a row from one list and drop it on a row in another 
list without selecting one item in the target list first.
How can i identify which row i am dropping the target?
the dragDrop, dragEnter, dragOver events currentTarget is the list 
i'm dragging to and not the itemRenderer that i want.
I've also noticed that the mouseOver event is not dispatched during 
the drag operation so i can't identify which row the mouse is on.

Please help...

Thanks,
Josef


Reply via email to