Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
Exception on ultratoolbarmanager when tabs are opened using Hotkeys
posted

Dear,

I am using Infragistics version 7.3.

When I try to open the Ribbon Tab using the Hot Keys e.g (ALT + S etc..) , I get below exception where as when click the ribbon tab with 

mouse click, it does not give any exception and shows proper ribbongroups.

below is the exception. Please reply asap.

System.ArgumentException: The containing RibbonGroup is currently hidden.
at Infragistics.Win.UltraWinToolbars.Ribbon.BringIntoView(ToolBase tool, Boolean canThrowExceptions)
at Infragistics.Win.UltraWinToolbars.Ribbon.BringIntoView(ToolBase tool)
at Infragistics.Win.UltraWinToolbars.ToolBase.BringIntoView()
at Infragistics.Win.UltraWinToolbars.RibbonItem.SetActiveHelper(Boolean isActive)
at Infragistics.Win.UltraWinToolbars.RibbonItem.Activate()
at Infragistics.Win.UltraWinToolbars.Ribbon.SetItemWithFocus(RibbonItem newItemWithFocus)
at Infragistics.Win.UltraWinToolbars.RibbonTab.SetNestedItemWithFocus(RibbonItem newItemWithFocus, Boolean bringIntoView)
at Infragistics.Win.UltraWinToolbars.RibbonGroup.SetNestedItemWithFocus(RibbonItem newItemWithFocus, Boolean bringIntoView)
at Infragistics.Win.UltraWinToolbars.Ribbon.SetNestedItemWithFocus(RibbonItem newItemWithFocus, Boolean bringIntoView)