Is it possible to filter all columns of a grid at once? So the filter would display any column which contained the value specified?
Such action is not possible ( grid can combine filters by AND logic; OR logic not supported )
Is there no workaround for this? I need this too. Some method of calling a custom filter function perhaps?
Please check attached sample - it uses grid.findCell functionality to mimic similar behavior
filter_or.ZIP (1.89 KB)