Version

GroupedRowCollection Constructor

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({DomElement},{Any}[],{Any},ContainerGrid,Integer);

Parameters

element
props
owner
grid
level
See Also