I am looking for a control/component/library and cant seem to find one for the life of me. I hate reinventing the wheel so to speak, so here is my description and I would appreciate immensely if someone can point me in the right direction without costing an arm or a leg.
I am looking for a component which would let the end user of my winforms app define multiple filters to be used on unbound data in a grid. basically picking fields, operators and then values. Also the end user should be able to add each filter as a "AND" or a "OR" I would assume such a component to be dynamic so the end user can enter two filters or twenty. Then as a end result, I would either grab the output of this component to do my filtering via sql, or enumerate them and code manually if I must.
Anything out there like this? Preferably open source or built-in the .net framework hidden somewhere? Cant see buying a multi-hundred/thousand dollar suite just for this one thing.
Thanks,
Doug
Doug