Version

GroupedRowCollection class

Grouped rows collection object. Contains the grid's ($IG.ContainerGrid) grouped rows.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GroupedRowCollection = function( 
   element : {DomElement},
   props : {Any}[],
   owner : {Any},
   grid : ContainerGrid,
   level : Integer
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GroupedRowCollection();
Inheritance Hierarchy

Object
   Sys.Component
            Infragistics.Web.UI.GroupedRowCollection

See Also