0

I'm currently working on trying to implement Grouping in a VirtualCollection. Are there any Tutorials what and how I need to implent of ICollectionView so that Grouping with the DataGrid (in WPF and SL) works?

Project I work on: https://github.com/jogibear9988/VirtualCollection

Jochen Kühner
  • 1,385
  • 2
  • 18
  • 43

1 Answers1

0

Jochen,

The following links will be helpful for you.

Sample Project - Using ICollectionViewLiveShaping

Intro about ICollectionViewLiveShaping from the available .Net 4.5 feature

Srinivasan K K
  • 418
  • 4
  • 10