Footer Context Menu
Footer context menus enable end-users to specify or change the type of summary calculated for a column. The menu can be invoked by clicking a Footer Cell in the view footer or group footer panels. Only items suitable for the column are enabled in the menu.
The table below lists the main properties affecting element appearance.
Availability | The GridOptionsMenu.EnableFooterMenu option. |
Contents | Handle the GridView.PopupMenuShowing event to add or remove menu items. The GridOptionsMenu.ShowAddNewSummaryItem property specifies the visibility of the menu’s Add New Summary item. |
Behavior | Handle the GridView.GridMenuItemClick event to implement custom behavior of menu items. |
See Also