Version

selfUpdate Property

Indicates if the datasource will process the cells update outside of the grid. The default value of this setting is true.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selfUpdate() : {Any}
function set_selfUpdate(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClientCancelUpdateRowEventArgs.get_selfUpdate();
See Also