Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #104341
    Dark Beccio
    Participant

    Hi,

    Several users use the grid and I would like to save their preferences (column position, visible columns, etc.) using saveState(). I’m considering some solutions, what do you think is the best way to save the state of a grid remotely?

    Ty for u’r suggestions.

    • This topic was modified 1 year, 2 months ago by Dark Beccio.
    #104346
    admin
    Keymaster

    Hi,

    The saveState method saves the Grid state and returns the state object. You can then use the loadState method and pass a previously saved state object. By doing that you will load the saved state and the Grid will update. The state will save the columns visibility, sorting & filtering.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #104409
    steveehruby
    Participant

    good description

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.