Version

FilterRow class

Override of the GridRow object. Adds functionality for the filter row off the grid.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.FilterRow = function( 
   adr : Number,
   element : {DomElement},
   props : {Any}[],
   owner : GridRowCollection,
   csm : ObjectClientStateManager,
   filteringBehavior : Filtering
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.FilterRow();
Inheritance Hierarchy

Object
   Sys.Component
      Infragistics.Web.UI.ObjectBase
         Infragistics.Web.UI.UIObject
            Infragistics.Web.UI.GridRow
               Infragistics.Web.UI.FilterRow

See Also