Skip to content

Grouping #70

@JuandreG

Description

@JuandreG

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.

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