SMART datagrid v.1 > Classes > GridRow
The top Group Row of including this row.
Defaults to null.
var parent = grid.focusedRow().parent(); if (parent) { console.log("The number of child rows of group : " + parent.count()); }