Version

undoBatchUpdate Method

Undoes the last batch update operation on a row.
Syntax
ASP.NET Ajax Javascript (Specification) 
function undoBatchUpdate( 
   row : GridRow
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfEditingCore.undoBatchUpdate(GridRow);

Parameters

row
See Also