Home - Forums-.NET - FlyTreeView (ASP.NET) - flytreeview for asp.net & context menu

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

flytreeview for asp.net & context menu
Link Posted: 23-Aug-2005 02:45
please help,
I'm looking for a manual explaning how to implement the context menu into FlyTreeView...

I do need some easy explanation how to do so, sofar I didn't found any manual.

kind regards
urs
Link Posted: 23-Aug-2005 23:34
It's quite easy.
Just drag-and-drop the FlyContextMenu onto webform with FlyTreeView instance. Add some menu items.

Select an ID for this menu. And set the ContextMenuID for the nodes you need to have this context menu.

That's it.