jQWidgets Forums

jQuery UI Widgets Forums Angular Render speed issue if use 5 grids in one page

This topic contains 2 replies, has 2 voices, and was last updated by  ilywanzi 4 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • ilywanzi
    Participant

    Hi, team,
    I have a render speed issue from jqxgrid. In my project, I need to show 5 jqxgrid in one page. if I navigate to this page from other page, then the render speed will be very slow. I have tried to put every grid inside angular material card, and toggle every card to toggle and show grid, and this way increase the whole page render speed, but this way actually change the user experience.
    Do you have any idea to increase the render speed if use multiple grids(some girds contain many rows) in one page? Thanks.


    Hristo
    Participant

    Hello ilywanzi,

    I would like to suggest you try to improve the speed of the initialization on the jqxGrids separately and after that trying with other options.
    Meanwhile, I think you could try to open each one card one by one but this is only thoughts.
    Could you provide us with more details about these grids?
    Also, I will try to suggest a few things that you could try.
    The jqxGrid has the virtualmode option where the data is loaded on demand.
    Another way, that you could try is to create the first grid normally and the second one in the ready callback.
    Each one next grid in the same way.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com


    ilywanzi
    Participant

    Hi, Hristo, thanks for you suggestion, I will try it.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.