Is it possible to have a different context menu for a tree based on the node name?
I currently have server side code that creates the tree and then applies a menu, like so:
I currently have server side code that creates the tree and then applies a menu, like so:
m_RadTreeFolderHierarchy.ContextMenus.Add(
New RadTreeViewContextMenu())
m_RadTreeFolderHierarchy.ContextMenus(0).LoadContentFile(
"~/TreeSupport/TreeMenu.xml")
How would I change the menu for one node, and keep the default for the rest?