'Declaration
Public Property OnClientBeforeCellEdit As System.String
public System.string OnClientBeforeCellEdit {get; set;}
Remarks
Parameters:
jQuery.Event object.
The data with this event.
Information about the cell to be edited.
Event initiated cell editing.
Gets or sets a value determining whether developer initiates cell editor(s) manually. The default value is false which means that widget will trying to provide editing control automatically. If cells contain custom controls or if developer wants to provide a custom editing front end then he must set this property to true.