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

Disabling Drag and Drop

1 Answer 84 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 22 Jun 2009, 03:59 PM
Is there a way to fully disable Drag and Drop of files from the Grid portion of the FileExplorer control?

1 Answer, 1 is accepted

Sort by
0
Accepted
Lini
Telerik team
answered on 24 Jun 2009, 06:25 AM
Hi,

Disabling the drag&drop features of the file explorer controls is pretty easy - you just need to set a couple of properties from your page code file (e.g. in the Page_Load() method):

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

The first property disables drag&drop for the tree nodes, while the second disables dragging of the grid rows.

All the best,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
FileExplorer
Asked by
Chris
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or