I am using RadTreeView and trying to support DragDrop behavior in it. At the moment, I am writing my own DragDropProvider. I want to provide options when user release/drop, so that they can choose Copy/Move/Cancel etc.
We do not have an example that demonstrates this exact scenario and there is no built-in support for it. However, you can achieve it using custom code. You can take a look at the Drag and Drop help article which demonstrates how to customize the treeview's default drag drop functionality. To achieve your requirement you can stop the default drop action and implement custom one that displays the described menu. You can find an example demonstrating this approach in the attached project. Please give it a try and let me know if it helps.
Regards,
Martin
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.