Discussion:
TreeView WebControl
(too old to reply)
Bill
2006-08-21 01:48:01 UTC
Permalink
Is it possible to have a different contextmenu on each node in a
System.Web.UI.WebControls.TreeView.

How?
--
Bill
Bill
2006-08-21 14:32:02 UTC
Permalink
I see lots of examples on how to do this using Windows Forms, but the the
webcontrol does not seem to support the mouse_up and mouse_down events.

I can set a context menu for the entire Tree no problem, I just define a
value for the "onContextMenu" attribute. but I can't seem to find a way to do
this for each node.

Is this possible?
--
Bill
Post by Bill
Is it possible to have a different contextmenu on each node in a
System.Web.UI.WebControls.TreeView.
How?
--
Bill
Loading...