Hello,
I'm trying to programmatically define multiple filters on a single column, and at the same time filter on other columns. What it basically boils down to is that I would like to try to get multiple "OR" logic filters on a single column, yet keep "AND" between columns. Is there any examples of doing this? All I've been able to get to work is either "OR" across all inputted filters or "AND" across all inputted filters.
Hi Andrea,
I'm glad to hear you were able to get Martin's sample implemented into your project. This feature request will remain in our database, so it's not going away now that this is resolved.
If you have any further questions, please let us know and we'll be glad to help.
Hi Michael , thanks for your call and follow up. Yes, Martin has provided the solution we are looking for. My understanding is the feature request is still something we would like to keep open but is not as critical as it was before the solution Martin provided. Thanks Martin for your assitence and expediency.
Andrea Joseph
IT PM, Liberty Mutual
Hi John,
It's great to hear that your issue is resolved. Good luck with your project!
Best regards,
Martin Pavlov
Infragistics, Inc.
Just to finish out this topic, I was successfully able to implement a custom filter handler for our project. The handler grabs comma separated values entered in the filter bar (simple mode) and treats them as "or"s within each column. This is exactly what we needed.
Thanks once again for your help.
Martin, thanks for this example! I believe it has provided what I need to be able to implement what we are looking for. I was able to get what we want working locally using the example, and will now see if I can integrate it into our project.
Thanks again for spending the time to provide this code.