Version

ClientGroupedColumn class

Object that defines a gouped column. This object does not preserve its state, and if meant to be used to add a range for grouped columns to a band.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.ClientGroupedColumn = function( 
   columnKey : String,
   sortingDirection : GroupingSortDirection
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.ClientGroupedColumn();
Inheritance Hierarchy

Object
   Infragistics.Web.UI.ClientGroupedColumn

See Also