SMART datagrid v.1 > Classes > GridRow
If it is not GroupRow or count is 0, it will return true.
Defaults to false.
var row = grid.focusedRow();
if (row.leaf()) {
console.log("The selected row has not been included in group.");
}