Announcement

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

    Listgrid - remember selection when filtering

    I have a listgrid, with selectionType = "simple" and the first field is a checkbox to handle selection (Instead of using selectionAppearance="checkbox").
    How can I preserve the selection when I filter the data in the grid?
    Is there any attribute to save the selection state?

    Example: I have 3 records in the grid
    1. I selected all of them
    2. I filtered the grid data to show only the second record
    3. I cleared the filter to show all the three records

    I want all the 3 records to remain selected.



    #2
    Please see this thread for a discussion of why you probably don’t want to do this (bad UE) and also how to do it if you really need to.

    Comment

    Working...
    X