-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels