Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping #70

Open
JuandreG opened this issue Mar 8, 2021 · 0 comments
Open

Grouping #70

JuandreG opened this issue Mar 8, 2021 · 0 comments

Comments

@JuandreG
Copy link

JuandreG commented Mar 8, 2021

How would I add grouping to the DataList and DataGrid controls?

I do add a CollectionViewSource to both controls, group the data in the ViewModel and point the CollectionViewSource's source property to the new grouped IEnumerable. It works but the DataGrid and DataList's OnCollectionChanged event never gets fired again. So the problem is that the VirtualCollection never gets updated with new items when you scroll down. It only has the 16 and no more.

Please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant