IQueryfilter with multiple column in one filter

I have a RadzenGrid that uses an IQueryable and in one column I show multiple values together.
I tried adding column names in the filter property with comma separation but it didn't work.
Is it possible to do what I want when using the IQuerymethod and if so how do I do it?
FilterProperty="Column1, Column2, Column3"

Hi @fnils,

The FilterProperty accepts only a single value at the moment. Filtering a single column by multiple properties isn't supported out of the box.

Ok, thank you.
Is it something you are thinking of adding?

No, this isn't a planned feature.