How to Drag File Names from RadGridView and Drop Them to Windows Explorer
Environment
Product Version | Product | Author |
---|---|---|
2022.2.510 | RadGridView for WinForms | Desislava Yordanova |
Description
This article demonstrates how to drag a file that is stored as a file path in RadGridView and drop it onto the Windows File Explorer. As a result, the file is copied.
Solution
In order to drag a file, stored in the appropriate way in RadGridView and drop it onto the FileExplorer, it would be necessary to use the standard OLE drag and drop.
If you want to move the file instead of copying it, feel free to use DragDropEffects.Move when starting the drag operation.