I have a radTreeView, populated with various items that can be checked. When a user right-clicks a node, a RadContextMenu menu pops up.
When the user selects a context menu option, I need to:
1. Open a predefined RadWindow.
2. Pass into the window, the list of TreeViewNodes that are checked.
I have gotten bits and pieces of this to work, but not comprehensively. If someone could jump in and give me a hand, I would appreciate it very much!
When the user selects a context menu option, I need to:
1. Open a predefined RadWindow.
2. Pass into the window, the list of TreeViewNodes that are checked.
I have gotten bits and pieces of this to work, but not comprehensively. If someone could jump in and give me a hand, I would appreciate it very much!