'Declaration Public Overridable Property AllowClientEditing As System.Boolean
public virtual System.bool AllowClientEditing {get; set;}
'Declaration Public Overridable Property AllowClientEditing As System.Boolean
public virtual System.bool AllowClientEditing {get; set;}
In client-side editing mode underlying dataset can be automatically updated only if the control is bound to DataSource control. Otherwise developer should implement dataset update using BeginRowUpdate, RowUpdating and EndRowUpdated event handlers.
Note: only visible data are available on the client, hence after refresh values of the hidden columns used in UPDATE statement can be set to NULL.