Skip to main content

Context Menu

Users can right-click the grid to activate the Context Menu. The control displays different context menus depending on the element: row, column, footer, group footer, and group panel.

ASPxGridView_ContextMenu

The table below lists the main members that affect the appearance of the common menu, as well as the appearance of specific menus.

Menu Type Styles Visibility Menu Item Visibility
Common GridViewContextMenuStyles.Common ASPxGridViewContextMenuSettings.Enabled -
Row Menu GridViewContextMenuStyles.Row ASPxGridViewContextMenuSettings.EnableRowMenu ASPxGridViewContextMenuSettings.RowMenuItemVisibility
Column Menu GridViewContextMenuStyles.Column ASPxGridViewContextMenuSettings.EnableColumnMenu ASPxGridViewContextMenuSettings.ColumnMenuItemVisibility
Footer Menu GridViewContextMenuStyles.Footer ASPxGridViewContextMenuSettings.EnableFooterMenu ASPxGridViewContextMenuSettings.FooterMenuItemVisibility
Group Panel Menu GridViewContextMenuStyles.GroupPanel ASPxGridViewContextMenuSettings.EnableGroupPanelMenu ASPxGridViewContextMenuSettings.GroupPanelMenuItemVisibility

You can use the ASPxGridView.SettingsText and ASPxGridView.Images properties to specify the text and images of menu items.

See Also