By default, igGrid summaries already calculate using all data, not just visible rows.
If it’s only showing page data, the issue is likely due to how data is being loaded or paged. You need to ensure the grid has access to the full dataset, not just the current page.