Version

editedRows Property

Returns an array of rows that have been edited and not yet commited to the server.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_editedRows() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfEditingCore.get_editedRows();
See Also