This question is locked. New answers and comments are not allowed.
I currently have a page with a TreeView and a Grid. The Grid has a div around it that is identified as a drop target for the TreeView. Dragging and dropping works great, however, I would like to prevent the TreeView from re-ordering nodes if someone accidentally drops the node on the TreeView instead of the Grid.
Is there a way to disable node re-ordering (or dropping on the TreeView) and still allow dropping on my target? Thanks.
Is there a way to disable node re-ordering (or dropping on the TreeView) and still allow dropping on my target? Thanks.