Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
toLowerCase issue when page refresh containing Ignite UI Grid
posted


Hi Deyan,

 

As suggested by you in another forum : https://ko.infragistics.com/community/forums/t/108692.aspx, i have added the "ignite-ui" dependency in package.json and the version 

of "igniteui-angular2" is 4.1.1. I have attached the sample application. Can you please have a look and revert back what things still need to be taken into consideration for the 

application to be running fine after page refresh.


For your reference attached a sample application.

 

Thanks,

Sameer Manjrekar

IgniteUIAngular4.zip
Parents
  • 3995
    Verified Answer
    Offline posted

    Hi Sameer,

    Thanks for the sample.

    I investigated your sample, you need to disable server side pre-rendering and include the IgniteUI product into the webpack.config.vendor.js. You cannot list the references as script tags, because the application is using webpack.

    I modified the sample and attaching it here. Please review it and let me know if you need further assistance with it.

    IgniteUIAngular4_m.zip
Reply Children