Table of Contents
ClientSideOnContextMenu Property

Gets or sets the name of the client side function to be called to display a context menu when an item is right-clicked.

Syntax
 public String ClientSideOnContextMenu { get; set; }
Remarks

Use this client side event handler to display a context menu when user right click on an item. See grid_contextmenu_handler for more information.

See Also