I am using VS.Net 2010. I have a RadTreeView control that has a RadTreeViewContextMenu. The RadTreeView control is defined in a User Control. This user control is used in a ASP.Net form inside of a modal popup window.
When the form is run and the modal popup is displayed, the context menu displays as expected when a node is right clicked. This works fine in IE, and FireFox.
The problem we are having is that the context menu is NOT displaying in Chrome under the above circumstances.
However, without the modal popup, the context menu does display.
Why won't the context menu display in Chrome with the control inside of a modal popup?
When the form is run and the modal popup is displayed, the context menu displays as expected when a node is right clicked. This works fine in IE, and FireFox.
The problem we are having is that the context menu is NOT displaying in Chrome under the above circumstances.
However, without the modal popup, the context menu does display.
Why won't the context menu display in Chrome with the control inside of a modal popup?