Filter multiple value in one column

This is so late but I’m facing the same issue right now and have found a way to work on a dynamic list of filters like yours. This is similar to the one I answered here

DataTable.Select accepts an IN operator where you can pass multiple values. This is where I learned the syntax: DataView RowFilter Syntax [C#]

1 Like