ASPxClientGridViewContextMenuEventArgs.showBrowserMenu Property
Specifies whether a browser context menu should be displayed.
Declaration
showBrowserMenu: boolean
Property Value
Type | Description |
---|---|
boolean |
The default is |
Remarks
When a grid context menu is enabled for an element, or the ASPxClientGridView.ContextMenu event is handled, the browser context menu is not displayed. Set the showBrowserMenu property to true
to show the browser context menu.
See Also