Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Drag&Drop text from word into a cell or row

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Drag&Drop text from word into a cell or row
Link Posted: 13-Feb-2007 04:13
Hello support team,

the user of my flygrid needs the feature to drag & drop text from word or other editors via clipboard into flygrid cells.
Could you give me an example how does it work?

Thanks in advance.
Hans
Link Posted: 13-Feb-2007 09:01
You can use parts of Drag'n'drop sample for these purposes.
1. Set the AllowDrop property to true to accept data that the user drags onto it.
2. See the grid_DragOver and grid_DragDrop procedures of this sample to handle drag/drop events and determine target node and cell.