GridView Menu
Each grid view has a menu bar on its top. Gridview Menus provide functions to allow end users creating, editing, deleting and reporting data associated to the grid view.
GridView Menu Attributes
  • Menu Title: Menu title, it is also the display text;
  • Menu Type: Action Menu (menu item under the Action main menu) or Right Side Menu (menu item on the right-side menu bar);
  • Display Order: Display sequence.
  • Command Script: Javascript function to handle menu item click event. Following pre-defined strings can be used to retrieve gridview's internal data:
    {gridId} : Grid view web control ID;
    {objId}  : Grid view View Object ID;
    {viewId} : Grid view internal ID;
    {recId}  : Hosting base form's Data record ID;
    
  • Menu Tip: Menu Tooltip;
  • Image URL: Image in the front of the menu title;
  • Access Perm: Access permission key.