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):
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