I am using jQuery UI Draggable and Droppable and I have a special condition where I also have drag and drop functionality from a third part library.
I can't manage to use Droppable together with this library, so dear stackoverflowers, must I have assigned Draggable to any element for Droppable to work? In that case, why?
EDIT:
I am using Telerik's RadOrgChart with their Drag and Drop. I want to accomplish dropping both on the RadOrgChart (I am moving nodes in the tree) and on an element outside the RadOrgChart (this is why I need jQuery). I will use the drop zone outside the chart for deleting nodes.
Accordingly to jquery ui docs, the selector element that becomes droppable will then accept to be dropped on by draggable elements, in order to be able to use ui droppable functionality towards other elements, these other elements must be ui-draggable, more info at jquery-ui droppable