Hi,
- the group labels should not be draggable
- in the left listbox, items are to be grouped by the 'categ' property
- when items are dragged from right to left, they should go to the right group
I've made a partially working sample in the playground here: http://jsplayground.syncfusion.com/5xi0frm4
I've used the "refresh" method in the "itemDrop" event for the left listbox, and that puts whatever item I drop into the right category.
But this gives me this problem:
- drag the "Logo" item from right to left; it gets placed in it's category: OK
- drag back the "Logo" item from left to right: OK
- drag one more time the "Logo" item from right to left: things now get weird, the item doesn't appear and I get a couple of blank items in the right listbox.
Any idea what I'm doing wrong?
Alex