jQuery UI Widgets Forums Grid Keep filters on refresh.

This topic contains 2 replies, has 2 voices, and was last updated by  gusanomaly 8 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Keep filters on refresh. #83209

    gusanomaly
    Participant

    Hello, i’m using a grid with Filter Row.

    I need to keep a value inserted in any filter if the page is reloaded. If is not possible, how get or set filters values?

    Thank you, regards.
    Gustav.

    Keep filters on refresh. #83222

    ivailo
    Participant

    Hi gusanomaly,

    You can use

    autosavestate:true,
    autoloadstate:true,

    autosavestate:
    determines whether the Grid automatically saves its current state.

    autoloadstate:
    Determines whether the Grid automatically loads its current state(if there’s already saved one). The Grid’s state is loaded when the page is refreshed.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Keep filters on refresh. #83246

    gusanomaly
    Participant

    Great, thank you very much!

    Gustav.

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

You must be logged in to reply to this topic.