Hi Heather, I managed to disable this funcionality this way: Open ViewCollection.ascx Go to line 96 and set 'DragAndDropEnabled="true"' to 'DragAndDropEnabled="false"' then go to line 102 and remove the Event 'NodeMove EventHandler="dragDropNode"' as well as 'Item ExternalDrop EventHandler="dragDropGridItem"' in Line 128. After this update, drag'n'drop won't work between the contents list and the tree pane. Drag'n'drop in the tree pane seems to work but does not affect the structure. After refreshing the page all changes are reverted. Maybe this helps, -Chris |