Hi,
I am trying to add a context menu to a radtreeviewnode.
Cant get the menu to appear though..
Here is my code to add the target at runtime...
I am trying to add a context menu to a radtreeviewnode.
Cant get the menu to appear though..
Here is my code to add the target at runtime...
With mnuContext
Dim
mynode As New RadTreeNode
Dim
target As New ContextMenuControlTarget
target.ControlID = mynode.ClientID
.Targets.Add(target)
End With
trvViewed.Nodes.Add(mynode)
Any ideas please ?
Many Thanks
Mark