Table of Contents
ClientSideAfterEditItem Property

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

Syntax
 public String ClientSideAfterEditItem { 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