バージョン

rows プロパティ

このグループ化された行の直下にあるデータ行の配列を返します。行の直下にデータ行がある場合、Infragistics.Web.UI.ContainerGridRow オブジェクトの配列を返します。それ以外の場合は、null を返します。
シンタックス
ASP.NET Ajax Javascript (Specification) 
function get_rows() : ContainerGridRow[]
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGroupedRow.get_rows();
参照