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

Disable moving of files/folders

2 Answers 98 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 18 Jun 2010, 10:56 AM
I can´t find out how to disable the ability to move (drag) files or folders in the File Explorer. Is there an easy way to disable this?
Now I can drag files or folders and then get a permission error alert. But wan´t to disable the dragging as well.

Regards

Christian

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 21 Jun 2010, 09:48 AM
Hi Christian,

You can easily disable the drag and drop of files and folders in the FileExplorer control via codebehind using the following code:

RadFileExplorer1.TreeView.EnableDragAndDrop = false;
RadFileExplorer1.Grid.ClientSettings.AllowRowsDragDrop = false;

Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Christian
Top achievements
Rank 1
answered on 21 Jun 2010, 09:56 AM
Thank you, it worked fine!

/ Christian
Tags
FileExplorer
Asked by
Christian
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Christian
Top achievements
Rank 1
Share this question
or