Version

GridSelectedRowCollection class

Selected rows collection. Manipulating with the items of this collection means selecting/unselecting rows in the grid.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GridSelectedRowCollection = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GridSelectedRowCollection();
Inheritance Hierarchy

Object
   Infragistics.Web.UI.GridSelectionCollection
      Infragistics.Web.UI.GridSelectedRowCollection

See Also