DataGrid + AdvancedCollectionView #4821
Unanswered
technelak
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys!
I have a collection of about 6k items that I am trying to display in a DataGrid bound to an AdvancedCollectionView. I'm trying it this way to utilize filtering and a search function. I'm doing this all MVVM. The problem that I'm running into is the UI freezing when trying to populate the AdvancedCollectionView. I fetch the data on a separate thread and then return to the UI thread to populate the ACV.
I've been trying this in many different flavors and may have coded myself into a misunderstanding of how to correctly bind my DataGrid. I'm still learning ! Can anyone educate me on the correct way to do this? Am I using the wrong collection types for a DataGrid ?
ViewModel:
View:
Beta Was this translation helpful? Give feedback.
All reactions