|
<EjsGrid DataSource="@Orders" AllowPaging="true" AllowGrouping="true" Height="400">
<GridGroupSettings DisablePageWiseAggregates="true" Columns="@(new string[] {"CustomerID"})"></GridGroupSettings>
. . . . . . . .. . .
</EjsGrid> |
Hi Vignesh, is this still broken? I have this exact same need (using version 19.2.0.60) and setting DisablePageWiseAggregates="true" has no effect, I still see the totals per displayed page (kind of makes this aggregate feature useless).
Or is there a different way to accomplish this with the curre
Hello SyncFusion Team,
I'm experiencing the same issue with aggregation when using grouping in my Grid as the users mentioned above. However, LazyLoad is not satisfactory for me as I have a large amount of data. I tried to enable "DisablePageWiseAggregates", but it doesn't seem to work. Could I please ask for further support on this matter?
When I have page size on 50 rows and make a grouping with Lazy Load it groups the data well. But after I want to show the details of group, which is bigger than the page size, the aggregate doesn't show at all.
Printscreen of OK and NOK behaviout attached (when number of records in group < page size -> OK)
Thank you, Jakub
Hi Jakub,
Before proceeding with the reporting issue, we
require some additional clarification from your end. Please share the below
details to proceed further at our end.
Above-requested details will be very helpful in
validating the reported query at our end and providing a solution as early as
possible.
Regards,
Naveen P
Hello Naveen,
I'm sorry for a late reply, had a lot of work which has to be done ASAP.
I use NuGet packages version 20.4.0.44 right now (going to upgrade to 21.1.38 next week)
In attachment there can be found almost the whole code of component with pseudonymized database access, there should be seen everything you asked for (data type, classes, settings of grid and also other functions).
There are the printscreen of different settings of "DisablePageWiseAggregates" as well on our data.
Thanks a lot for you help
Best regards
Jakub
Hi Jakcub
We would like to inform you that when you set the disablePagewiseAggregate setting to true,the aggregate values can be determined based on the current page. When you use disablePagewiseAggregate, you can show the total grouped count in the groupCaption. This only works for Remote data services. We would also want to inform you that the latest version of disablePagewiseAggregate is lazyLoadGrouping. We also prepared a simple sample in lazyloading; please give the following details about the issue you encountered when using Lazyloading so that we may validate it further at our end.
The above-requested details will be very helpful for us to validate the reported query at our end and provide the solution as early as possible
Regards,
Naveen Palanivel