Tagged Questions
2
votes
1answer
282 views
filter a collection in a PagedCollectionView
I have scenario wherein I have to filter a collection in a PagedCollectionView.
The filter criteria are Name and status which are check boxes with Enabled and Disabled labels
If Enabled is checked it ...
2
votes
1answer
103 views
Improve grouping in LINQ
I have a collection (Child Collection) on which I am performing some operation to make another collection (Parent Collection). But that I do in a dirty foreach loop. I want to do it in an elegant way.
...