Hello,
I faced an issue where FilterBar only applies changes for a single column even if there are values in others. So I assume filter is applying only when you click "enter" and it only applies for the single column that I clicked enter in. What I need is to maintain all texts that I entered in FilterBar and apply them as filters for columns on a single enter click in any of columns.
According to this picture, I entered ItemName then entered ItemCategoryCode and then I entered ItemCategoryName and clicked enter, so it only filtered by the ItemCategoryName and ignored others.