Hello.
I've got a GridView and a textbox.
The GridView has a databound column with integer values (for example: 111, 2222, 33333, 1234).
If the user now types into the textbox for example '2' only the rows with '2222' and '1234' should remain visible - the others are filtered out.
How can this be done? Is it possible to do it all with xaml and databinding?
I've looked at the custom FilterDescriptors but I couldn't wrap my head around it... - but I think I need one.
Thanks a lot!
Greetings and best wishes,
Tim.