Home - Forums-.NET - FlyTreeView (ASP.NET) - Drag from GridView to FlyTreeView

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Drag from GridView to FlyTreeView
Link Posted: 26-Oct-2007 09:54
anyone have an example of dragging an item from a asp.net server side control,(GridView Repeater, etc...) to a FlyTreeView??
Link Posted: 26-Oct-2007 18:28
All you need is to call
flytreeview_startDrag at onmousedown handler. So the D&D operation will start.