The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Paging is enabled in my grid and pageSize is set to 25 in PageSettings. I can use count this works fine.
I grouped the rows by a column.
Try to imagine: in one group there are 39 records in total. But my pageSize is 25. I grouped the rows. I try to show the count and the result is naturally 25.
Here is the next page.
So what I'm trying to do is show the total count of records (39). How can I achieve this?
VSVikram Sundararajan Syncfusion Team May 18, 2023 09:27 AM UTC
Hi K,
Greetings from syncfusion support,
Based on your query when grouping want to show the total
count of items. You can use the DisablePageWiseAggregates property. This
property support to the display total aggregated count in Grouped details based
on entire datasource. We have already documented this topic in our ug
documentation, and it can be referred from below