Hello,
I don't know whether this question is dumb. Say I have a column called Name with a filter.
Let's say I have these are the names (Alex,Steve,Mark,ImportantName1,Andrew,ImporantName2).
Say if I filter for Alex, the grid should not display Alex. It should display (Alex, ImportantName1,ImporantName2).
if I filter for Andrew, the grid should display (ImportantName1,Andrew,ImportantName2).
I always want to have ImporantantName1 and ImportantName2 to be displayed irrespective of the filter condition.
If I try to have a custom filter and if I have a filter condition for contains ImportantName, it just displays those 2 items.
How can I have a smart filter that can always show those 2 important items and the filtered items.
Thanks.