i’ve searched hours for a solution of this problem, so i hope you can help me
The problem is, i have a tree and i drag a parent node to a grid and dont want that the child elements also be dropped into the grid, so i want only the parent node, not the childs…
The Knowledgebase say some solutions, but nothing work, i make the onDrag event on the Grid, but this hasnt an additional parameter before id, so i can store the parentId and returning an false if the actual id is a child of the beforeId, this was the best solution idea i’ve found…
So i hope you understand my problem and can help me.