'Declaration
Public Property OnClientAfterCellEdit As System.String
public System.string OnClientAfterCellEdit {get; set;}
Remarks
Parameters:
jQuery.Event object.
The data with this event.
Gets the edited cell's information.
Event that initiated the cell updating.
Gets or sets value determining whether the developer finalizes editing of the cell manually. The default value is false which means that the widget will try to finalize editing of the cell automatically. If the developer provides a custom editing front end then this property must be set to true.