I have two GridViews in my Page which contains multiple items. One is for Existing Items and one for User Cart. The user should drag and drop an item in order to add it to his buying list.
How can I enable drag drop between two or more GridViews?
Here is an example of how to drag and drop between different groups within one grouped grid.