Version

length Property

Returns actual number of rows in the collection regardless of how many were instantiated.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_length() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridRowCollection.get_length();
See Also