Table of Contents
ClientSideOnItemCommand Property

Gets or sets the name of the client side JavaScript function to be called when any button in a ButtonColumn is clicked.

Syntax
 public String ClientSideOnItemCommand { get; set; }
Remarks

Inside this event handler you can call client side function raiseItemCommandEvent to pass the event to the server side and triger server side ItemCommand event.

See grid_itemcommand_handler for prototype information about this handler.

See Also