Hi Nagendra
Greetings from Syncfusion support.
Based on your query you are facing script error in aggregates after upgrading to 18.4.48 version. So, we have prepared sample with the mentioned version but we did not face the mentioned issue at our end.
Please find the below sample for more reference,
In this we suspect that the mentioned script error is thrown due to the duplicate packages. So, please follow the steps provided below to remove it(if any) and check if the problem is resolved,
- 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.
If you are still facing the same issue, please share the following details
1. Share the complete Grid rendering code.
2. If possible please replicate the issue in the above attached sample.
Regards
Vignesh Sivagnanam