I am displaying a control that inherits from ChildWindow after an item is selected from a XamWebContextMenu. Althought the ChildWindow displays correctly overlayed on top of the page containing the XamWebGrid, the context menu still pops up when the ChildWindow is right-clicked. Is there something I'm missing that I need to do such as disable the parent control with the grid? Thanks in advance for any help you can provide. Please see my ContextMenu below:
<igMenu:ContextMenuService.Manager>
<igMenu:ContextMenuManager x:Name="contextMenuManager" OpenMode="RightClick" ModifierKeys="None">
<igMenu:XamWebMenuItem Tag="OpenItem" Header="Open Item" Click="XamWebMenuItem_Click" />
Update: I've played some more with this, and it only seems to happen when I double-click a row and open the item for that row in the ChildWindow control. When I go through the context menu, then it doesn't display the context menu on the ChildWindow right-click ... the context menu seems to suppress itself or something in that case.
What should I do about this?
Hi,
I'd really need to see a sample in order to help you with this.
Do you think you can attach one to the thread?
Thanks,
-SteveZ