I am trying to create a report template were users can drag and drop items from the left side to create a structure on their own. Most of it is done, the only problem is with the "ConnectToSortable" where I am mentioning two classes, one is for the parent container and the other one is for the subcontainer within the parent container. When you add an item to the sub container, that item is getting duplicated and is added to the parent container.
Can anybody tell me how to fix this issue ?? thanks in advance for the help..