Is there any way to disable the ribbon context menu so that we can apply our own context menus to the ribbon controls?
Thanks,
Jon.
You should be able to set the ContextMenu property of the tool and we shouldn't show ours but this doesn't seem to be working. You should report this issue to the support group. Please mention issue #BR35156 when reporting the issue.
Has this been fixed? I just ried 8.2.20082.1002 and no joy.
tia
-Kurt
Hy Andrew.
Is it possible to deactivate only some features from the ContextMenu of the ribbon? I mean something like deactivate the "Minimize the Ribbon" or "Show Above the Ribbon"?
Thanks a lot.
Nico
You can get the screen point, then use Ribbon.ShowPopup in the following event before cancelling:
http://forums.infragistics.com/forums/p/10244/39235.aspx#39235