Browse By Tags

  • Text Separator in PopupControlContainer

    I need  to add a separator with text as attached screen in Popupcontainecontrol. I have customised menu items in my popupcontainer control, I need group the menu items and show under the separator (like office 2010 Recent and Pinned items)

  • 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…

  • PopupControlContainer on Ribbon - how to drop down from code

    Hi there,

    We have a PopupControlContainer within our ribbon on the toolbar and we would like to progmatically have this dropdown. Is there any way to do this?

    Thanks!

  • PopupControlContainer and Grid

    Hi -

    In my solution I am using PopupControlContainer in the toolbar to host my custom control. My control is very simple - it has a datagrid and click on a cell I launch a dialog. But I get following crash as soon as the dialog is loaded. I have tried…

  • 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…

  • PopupControlContainer and ControlContainer errors with control references

     I'm currently working on a project that's using the Infragistic ribbon controls.  The basic layout of the "main" form in the project is a form with a ribbon and a standard TabControl.  Once the application is started, it dynamically adds…

  • ShowPopup() positioning on PopupMenuTool

    I have a popupMenuTool in a ribbon with several state buttons associated as "drop down items". The usability story I'm developing is when a user performs a certain action in the application, and none of the state buttons are "Checked", I want to show…
  • PopupControlContainerTool - ShowPopup()

     I have a form with a tool bar. One of the tools on the tool bar is a PopupControlContainerTool. I have an UltraGrid set as the control for this tool.

     

    On form load, I bind the UltraGrid for the PopupControlContainerTool. What I would like to happen is that…

  • how to add symbols and special charaters w/ popup control container

    hi -

    I am currently working on a text editor for my application (Window Forms application) and would like to add something similar to the Special Character button that you have on your submit request form in the support section and was wondering if you…