Version

ContainerGridRow class

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

Object
   Sys.Component
            Infragistics.Web.UI.GridRow
               Infragistics.Web.UI.ContainerGridRow

See Also