I have two kendo sortable list, List A and List B. List A has fixed objects (item1, item2, item3) and list B is empty. Every time I drag an object from list A to list B, I want to be cloned into list B.
I noticed that if I try to drag the same item two or more times, it's always a copy of the same object listed in list A.
How can I drag the object from list A to list B cloning it?
Thank you
I did have a go at your query of kendo sortable, but could not get any working code as the palette array is refreshed but i cannot get the sortable to refresh to show the updated data; however can you try something like this. When you move an item from A to B it is deleted from A and added to B, but can you prevent default and let A retain the item and add a new data item to B. I used the sortable Data add event