this column is of type “link” because there is a popup behind.
perhaps this causes the problem that “8GE” will not return 2 lines and fails when filtering.
Unfortunately the issue cannot be reproduced locally.
Please, make sure that you’re not using the dynamic loading in your grid.
In case of dynamic loading you should use the server-side filtering.
smart rendering AND filtering seem to work well when column is a textfield
in my case it seems to be a problem because the column I want to search in is type of LINK.
So when filterin in this “link” type column it does not work correctly, filter does not find texts that contain the wanted pattern and it also does not start filtering when pressing backspace or any key.
it works for the first character entered, but then it fails…