Hello,
Im getting stuck with drag&drop in a RadGrid. Here is my grid structure :
-Category 1
---Item 1
---Item 2
---Item 3
-Category 2
---Item 1
-Category 3
---EMPTY
I already achieved re-ordering in a category and re-ordering of category. However, I can't achieve to drag an Item inside another category.
What I what to do is, when I drag Item 1 from category 1 to category 3, I need to retrieve the column "A10_ID" of Category 3 to process my changes in DB.
How can I access it ?
Thank's