Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Resetting ListGrid View State to Initial Configuration

    Hi, a question about the "view state" feature of the ListGrid: is there a way to reset the view state - that is, return to the initial state as configured by the developer - if no explicit save was made?

    #2
    You could getViewState() to capture the initial state after init / initial draw() and pass it back to setViewState() to reset

    Comment

    Working...
    X