Rank: Member Groups: Member
Joined: 10/25/2012 Posts: 14
|
Hello,
Please help on how to add a context menu to a treenode, as using the ItemID does not produce the required result as below.
ContextMenu1.ContextControlID = Label2.ClientID.ToString
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, You do not do it that way for the TreeView. See here for an example on how to use context menu with TreeView: http://demo.essentialobjects.com/Demos/TreeView/Features/Context%20Menu/Demo.aspxThanks!
|