Version

ContainerGridRowCollection class

Row collection object. Contains the grid's ($IG.ContainerGrid) rows. This collection inherits from $IG.GridRowCollection.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.ContainerGridRowCollection = function( 
   element : {DomElement},
   props : {Any}[],
   owner : ContainerGrid
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.ContainerGridRowCollection();
Inheritance Hierarchy

Object
   Sys.Component
            Infragistics.Web.UI.GridRowCollection
               Infragistics.Web.UI.ContainerGridRowCollection

See Also