Dragging between Dialogs

Dragging between Dialogs

Hi All,

I have two Dialogs with a draggable in one and a droppable target in another, when dragging from the source dialog the "helper" element is only visible within the source dialog, however if the cursor is released over the droppable in the other dialog it is accepted.

So how do I make the "helper" visible in the parent window.
I've tried changing the "appendTo" on the draggable but this had no affect.

Or should I be using a different component, I need the resize (with scrolling) and draggable that the dialog provides.

Thanks