This is a migrated thread and some comments may be shown as answers.

Turning off Drag and Drop

1 Answer 43 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 06 May 2009, 04:15 PM
Is there a way to disable the drag and drop functionality in RadDocks? We have role based security where certain users aren't allowed to change the layout. I tried Enable = false but that didn't do anything.

Thanks,
Sam

1 Answer, 1 is accepted

Sort by
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 07 May 2009, 09:46 AM
You could set DockHandle property to None. A simple example which illustrates DockHandle property is available here:
http://demos.telerik.com/aspnet-ajax/dock/examples/dockhandle/defaultcs.aspx
Or you could set EnableDrag property to false, e.g.

dock.EnableDrag =

false;

 


Tags
Dock
Asked by
Sam
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Share this question
or