Table of Contents
ClientSideBeforeEditItem Property

Gets or sets the name of the client side JavaScript function to be called when an item is about to enter edit mode.

Syntax
 public String ClientSideBeforeEditItem { get; set; }
Remarks

This event is only raised when FullRowMode is set to true.

See grid_itemevent_handler for prototype information about this handler.

See Also