Browse By Tags

  • Getting control for the Popup Menu Item just clicked

    I am using a FormLayoutPanel and am dynamically creating UltraCheckEditors.

    I am setting a context menu ultra to eac of those that is the same context menu. 

    However, I need to know when the user clicks the menu item, which control they were on when…

  • Implementation of Command Design Pattern With Infragistics

    Hi  ,

    I would like to know if anyone tried to implement the command pattern with infragistics tools. if anyone have an example it would be great.

    tnx in advance.

  • Popup menu off screen

    Hi

    I've added a help PopupMenuTool to the TabItemToolbar on the Ribbon form.
    The Menu entry is displayed at the correct position on the upper right corner of the form,  but if the popup menu is opened, it is left aligned which makes most part of it…

  • PopupMenuTool Click.....

    Hi.

    I am new to programming and to the Infragistics.

    I have one Dropdownbutton, and in the popupmenu i have two state buttons.
    But i dont know howe to get this buttons in actions.

    I have got this ultratoolbarsmanager_toolclick, but i dont find the state…

  • Prevent popup menu tool from closing when clicked

    Is it possible to prevent a popup menu tool from being closed when it or a ButtonTool within it is clicked on.

    We have the following use case;

    There is a grid with a right click context menu. The menu is populated dynamically. There are a number of…

  • Toolbar Questions

    Hi guys, I have a few quick questions about the UltraToolbars and PopupMenus that I have run into the past few days.

    - Currently it is possible to add a PopupMenuTool to itself or to a different menu that it contains. For example, I can add the File…
  • Windropdown sample - events

    Hello,

    I am looking for working sample to use windropdown. What I want is a drop dwon with multi command buttons. I am successfull to design. But, how I get the events of each buttons on the drop dwon? Ex. Click event of a specific button?

    Thanks 

     

  • WinForms Ribbon App Menu Closes On Click

    Hi,

    This is a 2 part question:

    1) It seems that whenever I click on a PopupControlContainerTool in the application menu it closes the application menu. This differs from old file menu's. Ie, a user would expect File->New + click to just open the new…

  • big menu

    I have more 50 items in my popup menu, the full screen can show only 35 items, so I can click the arrow button at the end of the list to scroll to other items. I'm expecting if there is a way to show these item in multiple column so that I can see all…

  • Form TitleBar Appearing on Maximise / Restore of the Toolbar

    Hi,

    When I toggle from Maximise to Restore and vice-versa the Form TitleBar appears for a brief moment (like flickering). I have seen this happening in Infragistics sample application (Ribbon with FormattedTextEditor) as well. I am using Infragistics…
  • How Do I Make Popup Menu Read-Only?

    I have a Popup Menu that I need to disable, but still show if my editor is in a read-only mode.  How is this accomplished?

    Thanks in advance!

  • Remove Tool from PopupMenu at Run-time

    I have a context menu that I created at design-time.  At run-time, I want to remove specific tools that do not belong in the context menu given a specific situation.  So, for a given invocation of the context menu, how to I remove a tool from the menu?

  • PopupMenuTool Designer

    I am trying to create context menu for the grid based user control. I want to use the PopupMenuTool as the conteext menu. So I dropped UltraToolbarsManager on to my user control. However in the designer the customize option is disabled. So I can't create…

  • How to catch menu opening?

    Hi,

    I have an UltraToolbarsManager on my main form, and on an MDI child form as well.  On the main menu, i have an Edit PopupTool, and on the child form I add items to the Edit popup.  i want to run some code (in the MDI child) every time the Edit menu…

  • Removing a tool from the Infragistics toolbar

    When I delete a tool from the Infragistics toolbar, it is straight away removed from the view, but i find it still persisting when i look at the tools present in properties. How to remove a tool permanently from the Infragistics ToolBar?

  • Tool height on a Toolbar. ButtonTool / PopupMenuTool

    Is there a way to force a PopupMenuTool on a Toolbar to be exactly as high as a ButtonTool (the latter is bigger)? When you have both on a Toolbar and hide the ButtonTool the toolbar shrinks because the PopupMenuTool (dropdown) is smaller and the content…

  • remove button event

    Hello,

    I want to get the event when a tool (button) is removed via 'add or remove buttons' . I need it to remove user defined settings from a table.

    Thanks for your help in advance.

     

     

  • Building WinToolBar at runtime

    Hi,

    I'm quite new at using Infragistic controls.

    My application need to be very abstract, so I have to handle (create) controls mostly at runtime.

    I've added a UltraToolBarManager to my form and I want to add two RibbonTabs (Filters and Actions…

  • Re: UltraToolBar Customization disabling

    Kim,

    Thanks for the suggestion,  I have tried that, but still it was not perfect as it still gives an option for hiding the tool bar. I was able to achieve my requirement by changing the status of "Data->ToolbarSettings->AllowHiding" property to "False…