Hello, I am using jqxSortable widget to enable sorting of div elements inside a container. But I also need to drag individual element outside of the container into some other element (textarea) that is not a connected jqxSortable element. I intend to use default HTML5 drag&drop APIs for that. The problem is if sorting of elements is enabled in source, my own HTML5 drag&drop events are not working when dragged out. Is there something I can do about that, i.e. use jqxSortable for sorting inside the container and also my own events for dropping outside.
Thanks,
iztok