Can you add items to a context menu in a parents menu?
- by Joel Barsotti
or conversly can you import a parents menu items into a child window?
So I have an UI that is composed of controls that all have their own context menu, but we also have a datagrid that get's nested inside our generic contaier.
So when you right click the datagrid elements I want to show both the context items I've created for the datagrid and the items from the generic container.