Version

rows Property

Returns an array of data rows which are directly under this grouped row. If the row has data row directly under it, then an array of Infragistics.Web.UI.ContainerGridRow objects is returned otherwise null is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_rows() : ContainerGridRow[]
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGroupedRow.get_rows();
See Also