Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to add a filtering-function to my (WPF) program.

My problem isn that i don't know how i could find specific Items/Objects (DataGridTextColumns) from the DataGrid. I want to search for specific properties like as an example if my object has the property:

string name = "n.a."

which first got selected from a combobox into that string.

but now i want to go through my Objects in the List of DataGridTextColumns.Items and only want to get shown, the objects which containing the n.a.

can someone please help me?

What I have tried:

everything I could find in the Web
Posted
Updated 3-Feb-23 0:07am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900