Error with rowTemplate, Paging, Sorting, etc

Hi


I have used a grid with rowTemplate and also enabled paging, sorting and filtering. Please refer this sample.

Nnqpnq (forked) - StackBlitz


However on clicking paging or sorting a couple of times, an error is displayed.



Can you please help me resolve this?


Thanks



4 Replies

PS Pavithra Subramaniyam Syncfusion Team May 23, 2022 03:12 PM UTC

Hi Satheesh Kumar,


Currently, we are validating the reported scenario “Script error with row template when doing data actions” and will update more details on May 25th, 2022. Until then we appreciate your patience.


Regards,

Pavithra S



SK Satheesh Kumar May 30, 2022 09:10 AM UTC

Any update?



PS Pavithra Subramaniyam Syncfusion Team May 30, 2022 02:21 PM UTC

Hi Satheesh Kumar,


We are sorry for the delay.


We have tried to reproduce the reported issue to validate the cause of the error on our side. But the Grid is working fine in the local sample, and it seems that the issue occurs only on the stackblitz sample. Please find the attached sample for reference.


So, we are checking the cause of this behavior with the local sample currently and will update more details on June 1st, 2022. In the meantime, if you have any local issue replicable sample, please share the sample that will be helpful for us to validate further.


Regards,

Pavithra S


Attachment: GridClassComp_1f3ec5f3.zip


RS Rajapandiyan Settu Syncfusion Team March 2, 2023 06:02 AM UTC

Hi Satheesh,

Please update the Syncfusion packages to latest version and check the reported problem.


Follow the below steps to update the packages.


  1. Delete the package.lock.json file from your application.
  2. Remove the @syncfusion folder or node_modules from your project.
  3. Use the current version (^20.4.48 or use *) for all the Syncfusion components in the package.json file.
  4. Then execute the npm install command.


UG: https://ej2.syncfusion.com/react/documentation/common/how-to/update-npm-package


Also, use npm dedupe to remove the duplicate packages.


Still, if you face the issue, share the complete Grid code files and the issue reproducible sample which will be very helpful to validate it further.


Regards,

Rajapandiyan S


Loader.
Up arrow icon