Version

hasUpdatedCells Method

Returns true if the row action has at least one updated cell.
Syntax
ASP.NET Ajax Javascript (Specification) 
function hasUpdatedCells() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfUpdateRowAction.hasUpdatedCells();
See Also