Hi i have this jqxlistbox implemented using the jqxDragDrop widget. I am basically trying to drag the selected items label or value and drop it on just a normal div.
User drags the items to the div and drops them this populating the label values.
Example: Selected items 1, 2, 3
Drop target: Div,
Item value 1
Item value 2
Item value 3
etc
I would appreciate if there was a workaround to achieve this goal. I was able to kind of get the dragging part figured out, but for some reason its showing only one selected item while dragging.
Here is my jsfiddle:
http://jsfiddle.net/omjrf3ez/1/