Skip to content

MultiSelection doesn't work when changing page #1164

@Inspirateur

Description

@Inspirateur

When using multi selection in paginated Grid, the selection is erased whenever the user changes page, which is not desirable behavior.

I suspect it has something to do with this line:

: selectedItems?.Intersect(items!).ToHashSet() ?? new HashSet<TItem>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions