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
No comments yet, be the first one to post comment.