Yes, my columns look like this
{
field:
"field"
,
title: "title,
width: 160,
lockable:
true
,
locked:
false
,
aggregates: [
'count'
],
groupHeaderTemplate:
"Grouping by #=value# with #=count# records"
}
My previous photo I uploaded to this thread shows that these aggregates are only on the groupings of my results per page. Two photos show that the aggregates only are run on the grouping of data in the current page. In the case where one group spans 3 pages with page size of 25, each page of the group will only sum up to 25 rows for the count when I know I have at more than 50 results but less than 75.
I would like the aggregate to reflect the accurate count of the records, regardless of which page my grouping results are shown. Is that possible?