Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    Panel Header Menus

    Panel Header Menus

    • Description
    • Example in a grid
    • Example in a from
    • How to use it

    Description

    A panel header menu is a button bar located directly in the header of grids or forms. It can be used to perform various actions such as saving, deleting, or other actions like grouping on the grid or form.

    Example in a grid

    image

    Example in a from

    image

    In the above examples, it is shown how the panel header menu can be used, for example, for storage operations.

    How to use it

    1. Create a menu function for your panel header menu. How to create a menu function is explained in ActionsActions explained
    2. Create a group in the menu structure for your panel header menu. To create a menu structure, follow these steps: Menu structureMenu structure explained
    3. Take the Menu Structure code of your Panel Header Menu and place it in the "panelMenu" attribute. This attribute is a comma-separated list.
      1. Example → gridFilterDynSelect,gridPanelFilter#NoDropDown,gridPanelDirect#NoDropDown,gridPanelStandard
      2. The #NoDropDown indicates that this button should not be displayed as a dropdown.
    4. Save the settings and launch the screen to see your result.

    Use Cases

    Pre defined Panel Header Menus
    U
    Untitled

    Back to DocumentationDocumentation

    Back to Home Page

    Logo