Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    Add save button to panel menu

    Add save button to panel menu

    icon
    The buttons, which are displayed in the panel menu of the grid, can be defined in the attribute panelmenu of the grid.
    • 1. Summary
    • 2. Result
    • 3. Step by Step Guide
    • 4. Documentation

    1. Summary

    You can modify and expand the buttons of a grid in the panel header menu.

    2. Result

    image

    3. Step by Step Guide

    To add a save button there, you have to add gridPanelSaveOnly#NoDropDown to the comma separeted list.

    To support the whole process, you should also make the grid inline editable with the attribute enable = true. You can also specify, that only some columns are editable. For that you have to disable the columns which shouldn’t be editable in the grid. This can be done in the instances-tab of the grid with the column attribute enable = false

    4. Documentation

    To find more information, you can check the following documentation.

    Grid / TableGrid / Table

    Back to Use CasesUse Cases

    Back to Home Page

    Logo