I'm trying to filter the results of my query clientside using values selected from a Kendo MultiSelect menu. It filters properly when I select one option from the dropdown, but when I try to filter with two values for the same column, no results are returned.
It seems likely that this is because it is searching for rows where there are both selected values in the same column. Is there a way to change this so it is looking for one value or the other, instead of both?
I've attached a screenshot to demonstrate.