Hi Andrew,
Greetings from Syncfusion support.
We checked the reported problem in the shared sample but it was not running properly due to dependencies not getting properly installed, so we created a local Vue sample with the shared sample code snippet to validate this problem. But we were unable to reproduce it as the Grid with pager template was properly rendered. Please check the below sample for reference,
We suspect that you might be facing problem due to older Syncfusion packages or 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 and install the latest packages,
- 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 entire Grid code file used in your application.
- Share us video demonstration of the problem in your application for better understanding.
- 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 shared sample.
Regards,
Sujith R