public System.string OnClientBeforeCellUpdate {get; set;}
'Declaration
Public Property OnClientBeforeCellUpdate As System.String
Remarks
Parameters:
jQuery.Event object.
The data with this event.
Gets information of the edited cell.
Returns the new cell value. If the property value is not changed the widget will try to extract the new cell value automatically. If the developer provides custom editing front end then the new cell value must be returned within this property.