Version

addedRows Property

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