Hi,
I have comma separated values in a grid column where I use excel like filtering. And in the filter values, i’m pushing unique values using ‘filteritems’ property. But currently the filtercondition is always checking for ‘EQUAL’. Is it possible to make the filter condition as ‘CONTAINS’?
eg: When I filter with ‘Apple’ in a column where I have values like ‘Apple, Orange’, ‘Orange’; I want the record ‘Apple, Orange’ to show up.
Note: The filter row (using showfilterrow property) should not be displayed and excel like filtering should be available.
Thanks in advance,
Aneesh