5
shouts

Filtering Silverlight DataGrid Rows with ApplyMutateFilter « Peter McGrattan’s Weblog

posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 404 days, 11 hours, 41 minutes ago
Friday, January 30, 2009 12:07:00 PM GMT

This post presents a solution to a question on Stack Overflow which I found interesting, this is a question I’ve seen crop up a few times now in one form or another:

"I have an ObservableCollection feeding a DataGrid that is updating nicely. The point: I want to filter (collapse) the rows without removing them from the collection. Is there a way to do this?"

You can remove rows from a DataGrid by removing items from the ObservableCollection

category: Silverlight | clicked: 41 | | source: petermcg.wordpress.com | show counter code
tags: DataGrid, Silverlight

No comments yet, be the first one to post comment.

To post your comment please login or signup