Version

childGroupRows Property

Returns a collection of child sub-grouped rows if this grouped row has any. If the row has ub-grouped rows a collection of Infragistics.Web.UI.GroupedRowCollection is returned otherwise null is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_childGroupRows() : GroupedRowCollection
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGroupedRow.get_childGroupRows();
See Also