jQuery UI Widgets Forums Grid load/save state sorting

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • load/save state sorting #89417

    jahnvi25
    Participant

    i am saving state after user sorts grid.. and would need to reload that state via loadstate method after re-loading page..
    is there a way while re-loading state of grid.. not fire sort and filter events ??

    Thanks

    load/save state sorting #89481

    Hristo
    Participant

    Hello jahnvi25,

    You could use .off method to removes those events. ($("#jqxgrid").off("sort");)
    Hope this helps.

    Best Regards,
    Hristo Hristov

    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.