Version

dispose Method

Disposes of the collection object. The method is called automatically by the framework.
Syntax
ASP.NET Ajax Javascript (Specification) 
function dispose() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridRowCollection.dispose();
See Also