Version

GroupedRow class

ContainerGrid's grouped row object.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GroupedRow = function( 
   adr : Number,
   element : {DomElement},
   props : {Any}[],
   owner : ContainerGrid,
   csm : ObjectClientStateManager,
   collectionOwner : ContainerGridRowCollection
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GroupedRow();
Inheritance Hierarchy

Object
   Sys.Component
            Infragistics.Web.UI.GroupedRow

See Also