When virtual scrolling is enabled, there is a problem with group footer aggregates. When i scroll table the aggregates (sum) are rendering only for visible data.
gridOptions.dataSource.pageSize = 100;
gridOptions.scrollable = {
virtual: true
};
Example in screenshots.