Hi Charles,
Greetings from Syncfusion support.
We checked the reported problem but unfortunately were unable to reproduce it in the documentation samples as the aggregates were displayed property. Please check the below screenshot images for reference,
We also checked this case by creating an individual sample with latest packages, and the aggregates were properly displayed. Please check the below sample for reference,
We suspect that this problem might be occurring due to cached memory of the browser restoring old settings in the documentation site. And as for the problem reproduced in your application, we suspect that it might be occurring due to duplicate packages installed inside your application’s ‘@syncfusion’ package in the node modules folder. This might be invoking different package version files causing the reported problem. So please follow the steps provided below to overcome this,
- Delete package.lock.json file from your application.
- Remove the @syncfusion package folder from the node_modules.
- Use latest version or “*”(Installs the latest packages) for all Syncfusion components in package.json file.
- Then install the NPM packages.
Once installed, clear the browser cache and try running the application and check if the problem is resolved. Also try opening it in other browsers.
If problem still persists then please share us the following information to validate further on this,
- Share us the Grid code file.
- Share us a video demonstration of the problem.
- Share us the package.json file of your application.
- If possible share us a simple sample to replicate the problem or try reproducing it in the above provided sample.
Regards,
Sujith R