Is there a way to drag from a radtreeview control and get the drop event in a C++ Windows window. We do get the event, but we do not know how to get access to the data. Can we override the drag and drop and do our own implementation?
Mike
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 22 May 2024, 07:09 AM
Hello Mike,
To achieve your requirement, you can use the DragDropManager. This way you can prepare a custom drag/drop payload that can be processed by the C++ application. See how to use the DragDropManager in the RadTreeView's context in the following article. You can also check the articles in the Drag and Drop section of the RadTreeView's documentation.