jQWidgets Forums

jQuery UI Widgets Forums Getting Started cleargroup impacting performance

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 7 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • cleargroup impacting performance #94420

    roykrish
    Participant

    We have a jqx grid with 8000 rows and 100 columns. We have applied sorting in this grid. We then save the state of the grid in a JavaScript variable say “state1”.

    Now we remove the sorting and applied grouping on the same grid.

    Now we try loading state from “state1” on the same grid. The expectation is that the grouping will be gone and previous state will be loaded.

    What we observed is that the state is getting applied but the grouping is also there.

    As of now we are using cleagroups API to clear the grouping manually before loading the previous state. But for 8000 rows and 100 cols we are seeing some performance issue with cleargroups.

    I have few questions around it –

    1) Are we doing the right thing by calling cleargroups manually ?
    2) Is there a better way to do it ?

    Thanks,
    -Krishnendu

    cleargroup impacting performance #94421

    Peter Stoev
    Keymaster

    Hi roykrish,

    With such amount of data, any operation like filtering, sorting or grouping will have performance impact for sure. No, cleargroups is OK to be called, but this requires full re-render, too. Also as the State is a JSON object, you can remove the grouping parts from it before loading it so you will not need to call cleargroups. Please, post Grid related questions in Grid’s Forum.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.