Pagination of angular grid not workig properly for production build

Pagination working as expected for 'ng serve'. But in production build it not working properly. Initialy nothing showing in the paginator. When changing the pagesize in the dropdown, corresponding paginator updating, bt there is no change in corresponding grid content(eg: If page size changing from 5 to 10. There is no change in grid content, ie number of rows in grid is same 5). Grid content updating only when clicking on the page navigation button.

package.json


    "@angular/animations": "^6.1.10",
    "@angular/cdk": "^7.3.7",
    "@angular/common": "^6.1.10",
    "@angular/compiler": "^6.1.10",
    "@angular/core": "^6.1.10",
    "@angular/flex-layout": "^7.0.0-beta.24",
    "@angular/forms": "^6.1.10",
    "@angular/http": "^6.1.10",
    "@angular/material": "^6.4.7",
    "@angular/platform-browser": "^6.1.10",
    "@angular/platform-browser-dynamic": "^6.1.10",
    "@angular/router": "^6.1.10",
    "@auth0/angular-jwt": "^1.2.0",
    "@coreui/angular": "^2.5.2",
    "@coreui/coreui": "^2.1.12",
    "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
    "@coreui/icons": "0.3.0",
    "@ng-bootstrap/ng-bootstrap": "^4.2.2",
    "@ng-select/ng-select": "^3.7.0",
    "@ngx-translate/core": "^11.0.1",
    "@ngx-translate/http-loader": "^4.0.0",
    "@syncfusion/ej2-angular-base": "17.2.34",
    "@syncfusion/ej2-angular-buttons": "17.2.35",
    "@syncfusion/ej2-angular-calendars": "17.2.36",
    "@syncfusion/ej2-angular-charts": "17.2.36",
    "@syncfusion/ej2-angular-circulargauge": "17.2.36",
    "@syncfusion/ej2-angular-diagrams": "^17.2.36",
    "@syncfusion/ej2-angular-documenteditor": "17.2.36",
    "@syncfusion/ej2-angular-dropdowns": "^17.2.36",
    "@syncfusion/ej2-angular-grids": "^17.2.36",
    "@syncfusion/ej2-angular-heatmap": "17.2.34",
    "@syncfusion/ej2-angular-inputs": "17.2.36",
    "@syncfusion/ej2-angular-layouts": "17.2.36",
    "@syncfusion/ej2-angular-lineargauge": "17.2.34",
    "@syncfusion/ej2-angular-lists": "17.2.34",
    "@syncfusion/ej2-angular-maps": "17.2.36",
    "@syncfusion/ej2-angular-navigations": "^17.2.36",
    "@syncfusion/ej2-angular-pivotview": "17.2.35",
    "@syncfusion/ej2-angular-popups": "^17.2.35",
    "@syncfusion/ej2-angular-richtexteditor": "17.2.36",
    "@syncfusion/ej2-angular-schedule": "17.2.35",
    "@syncfusion/ej2-angular-splitbuttons": "17.2.34",
    "@syncfusion/ej2-angular-treemap": "17.2.34",
    "@syncfusion/ej2-base": "17.2.35",
    "@syncfusion/ej2-buttons": "17.2.35",
    "@syncfusion/ej2-calendars": "17.2.36",
    "@syncfusion/ej2-charts": "17.2.36",
    "@syncfusion/ej2-circulargauge": "17.2.36",
    "@syncfusion/ej2-compression": "17.2.34",
    "@syncfusion/ej2-data": "17.2.36",
    "@syncfusion/ej2-diagrams": "17.2.36",
    "@syncfusion/ej2-documenteditor": "17.2.36",
    "@syncfusion/ej2-dropdowns": "17.2.36",
    "@syncfusion/ej2-excel-export": "17.2.34",
    "@syncfusion/ej2-file-utils": "17.2.34",
    "@syncfusion/ej2-grids": "17.2.36",


1 Reply 1 reply marked as answer

TS Thiyagu Subramani Syncfusion Team June 5, 2020 06:40 PM UTC

Hi Arathy, 

Thanks for contacting Syncfusion forum. 

Based on your reported information we have checked your requirement “Pagination of angular grid not working properly for production build” at our end but unfortunately your reported issue doesn’t reproduced. In your application, you are using Syncfusion packages version as 17.2.36 but currently we have 18.1.55. So we suggest to use our update packages in your application. 

Please refer to the below sample. 


If still facing the issue, please share the below details. 

  1. Share complete grid rendering code
  2. Share issue reproducing sample (or) reproduce the issue in attached sample.
  3. Share video demonstration of your issue.
  4. Share Angular version.
  5. Are you using any customization in your application?

Please get back to us, if you need any further assistance. 

Regards, 
Thiyagu S. 


Marked as answer
Loader.
Up arrow icon