I am using struts2 jqgrid i want to know if there is a method which i can use to show the number of sub groups in a group. For example
-grp1. Total records 8 total sub groups 2
+subgrp1 total records 4
+subgrp2 total records 4
-grp2 Total records 6 total sub groups 1
+subgrp1 total records 6
+grp3 Total records 6 total sub groups 2
how can i display the number of subgroup in a group
i can get the Total records 6
by using
Total records: {1}
I cant find how to get the sub grid total