Home - Forums-.NET - FlyTreeView (ASP.NET) - Contextmenu client side

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Contextmenu client side
Link Posted: 17-Oct-2006 23:16
Hi,

I want to use the context menu to let the user remove a node. This can be done serverside but only via a postback (right?)

I want to do this client side because I need to do some other thing client side.
How can I handle this event \"OnCommand\" client side?
Link Posted: 18-Oct-2006 01:06
solved it. Documentation on this point could be a bit more elaborate....
Link Posted: 18-Oct-2006 01:12
See the demo at
http://www.9rays.net/asp.net_2/treeview/Demo_Office2003.aspx

It removes nodes client-side.