Skip to content

Sorting #12

@TomArrow

Description

@TomArrow

This may be a stupid question and out of the scope of this project, but let's say I bind this to a DataGrid and I use the collection to fetch data from an SQLite database.

What happens if I click on the sort columns in WPF? Ideally I would just catch that (so it doesn't try to manually request & sort millions of entries), modify the SELECT query, invalidate all the data in the collection, and then ask it to repopulate as it sees fit.

Do you have a solution in mind for this kind of situation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions