jQWidgets Forums

jQuery UI Widgets Forums Grid Grid groups keep collapsing

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid groups keep collapsing #71859

    erichardson30
    Participant

    Hi,
    Is there any way to keep the groups from collapsing completely every time you filter,sort,etc? If I have 3/5 groups expanded I would love for them to remain that way when the user sorts or filters. If there isn’t any way to directly do that…is there a way to capture what rows are expanded and a workaround to do it?

    Thanks

    Grid groups keep collapsing #71878

    Dimitar
    Participant

    Hi erichardson30,

    There is no direct way to disable this automatic collapse of groups, but, as you suggested, you can capture the expanded groups on the event groupexpand. You can store these in an array and after the filter/sort, call expandgroup for every member of the array.

    Best Regards,
    Dimitar

    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.