Hello,
I am wondering if it is possible to set a RadContextMenu for certain nodes when creating them programmatically.
For example, my tree will look something like this:
[MAIN NODE]
[Child1]
[Child2]
[MAIN NODE 2]
[Child1]
[Child2]
Would it be possible to have a RadContextMenu only for the parent node, and then a separate RadContextMenu for all the Child nodes?