I implemented two listboxes with drag-drop enabled. The listboxes use a template to displayed their items.
When I drag or move an item with the toolbar to the second listbox, the item is moved but the data is not displayed. My template must be OK because when I load the view the first time, the items are correctly displayed in the listboxes. Also, if I send the binding information, I received the correct information with the dragged items in the second listboxes so it is only a displaying issue that I cant figure out.
You can see the problem in the html in attachment. Try to drag an item to one listbox to another.