I have a form with a GridGroupingControl and a GridExcelFilter
wired to it. Some columns cell in the grid types is a ComboBox and the
columns are filtered by DisplayText . When two ComboBox columns are
filtered, it returns no items.
For example, I
have created a simple example of a table with two columns (which is attached): gender and
country. The following column is filtered by gender:
When
I try to filter it with country in addition gender (Gender is Male and
Country is USA), I expect two items in the results but I get none.
What can I do to make the filtering work with combined columns