Why are the group aggregates not supported in virtual mode?
In the grid.aggregates JS script, it just ignores the rows given but the group if virtualmode is true and creates a new array with all the records. Is this by design?
This is a principal question.
We have also other discussions about this.
To be grouped on some condition you should process the whole data.
However, the data in “virtualmode” feature is loaded on demand.
I hope this will help.