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
75
PopupMenuTool TooClick not firing
posted

Hi all,

we're using Infragistics 2008 vol. 3 and use Ribbons.

Now in the Application Button we use a PopupMenuTool for "Save", that has two children "Save" and "Save all".

Now as Microsoft explains in their Ribbon Guidline, the user should be able to trigger the "default" action of such a popup tool by clicking on the popup tool's name (as shown in below screenshot, it should trigger the single "Save" command) 

I tried adding a listener to the ToolClick event of the PopupMenuTool that hosts the two ButtonMenuTools in above screenshot.

But it seems the event is not fired when I click as shown in the screenshot above.

Can someone tell me what I have to do to achieve the behaviour as Microsoft dictates?

Kind Regards,

Matthias 

  • 44743
    Verified Answer
    posted

    Hi Matthias,

    You can accomplish this by setting the PopupMenuTool's DropDownArrowStyle to DropDownArrowStyle.Segmented. This will split the PopupMenuTool into an arrow on the right and a click-able portion on the left.