Flexgrid selects contiguous blocks of cells respond slowly

Posted by: weston.wei on 13 May 2019, 12:35 pm EST

  • Posted 13 May 2019, 12:35 pm EST

    Hi!

    I use flexgrid in the Angular CLI project, but if I set false for autogeneratecolumns and define all wj-flex-grid-column in html, then flexgrid selects consecutive cell blocks to respond slowly. You can compare the following two demos.wjimoflexgridcolumnsdefinedinhtml.zipwjimoflexgridautogeneratecolumns.zip

  • Posted 13 May 2019, 11:51 pm EST

    Hi,

    The issue could be arising due to the angular’s change detection mechanism. In development mode changeDetection is fired twice than the production mode. Please try once after enabling the production mode and let us know if the issue persists for you.

    For the cli app, production mode could be enabled by using the ‘prod’ flag like:

    ng serve --prod
    

    Regards

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels