Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Disable drag and drop
Last Post 08/08/2011 10:53 AM by Chrickel. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Heather
New Member
New Member
Posts:10


--
08/05/2011 5:21 AM
Is there a way to disable the drag and drop? We are having issues with folders ending up in other folders by mistake. If it cannot be disabled can you suggest a way to keep this from happening?

Thanks,
Heather
Chrickel
New Member
New Member
Posts:44


--
08/08/2011 10:53 AM
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
You are not authorized to post a reply.