Is it possible to select multiple nodes in TreeView after clicking on one node and then dragging mouse just like we do in GridView. Basically I need to implement DragElementAction property in Treeview but cannot find it in this control.
RadTreeView doesn't support drag selection mode. However, you can implement such with custom logic in the treeview's mouse event handlers. I prepared a small example that demonstrates a possible approach, but please keep in mind this implementation is not well tested and I cannot guarantee that it will work in all expected scenarios.
Regards,
Martin
Telerik
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 Feedback Portal
and vote to affect the priority of the items