I am using grouping in my grid
myGrid.groupBy(0, ["","","","#title","","#stat_total","","#stat_total"]);
myGrid.getRowsNum(); returns the total number of rows in the grid.
How to get the total number of rows per group?
I need this because I want to limit the number of rows per group.