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
Example in a from
In the above examples, it is shown how the panel header menu can be used, for example, for storage operations.
How to use it
- Create a menu function for your panel header menu. How to create a menu function is explained in Actions explained
- Create a group in the menu structure for your panel header menu. To create a menu structure, follow these steps: Menu structure explained
- Take the Menu Structure code of your Panel Header Menu and place it in the "panelMenu" attribute. This attribute is a comma-separated list.
- Example → gridFilterDynSelect,gridPanelFilter#NoDropDown,gridPanelDirect#NoDropDown,gridPanelStandard
- The #NoDropDown indicates that this button should not be displayed as a dropdown.
- Save the settings and launch the screen to see your result.
Back to Documentation
Back to Home Page