Ok, it's been a while since the DomainCollectionView came out (as luck would have it, it came out just as i finished my own implementation of the same thing). Since then, i switched from my custom implementation to DomainCollectionView (in the following text i'll just call it DCV) and found some stuff which didn't quite agree with me so i decided to wrap it. Just to be clear, wrapping any 3rd party class in your own is a GOOD THING. With DCV however, it proved for me even better. If you're not familiar with DCV you should probably take a look...

Read More