text filter does not work correctly

Hello!

I have a grid where I load with loadXML with smartrendering.

I added filter function and this works too. But sometimes this filter does not find a product that was visible before in the loaded list.

For example:
ABCDE-12345DE
ABCFU-88888GE
UZGHS-8GE5555

and I enter in textfilter box “8GE” it should return a list with first and last element.
Well, in my case it returns nothing.

Can anyone tell me what´s the problem with that filter function???

thank you in advance.

one addition:

in my case:

ABCDE-12345DE
ABCFU-88888GE
UZGHS-8GE5555

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.

oh no…

I need that dynamic loading because of a huge count of lines to show in grid…

too bad :cry:

additional information:

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…

this does not happen in textfields…

really a strange behaviour…

Unfortunately the issue cannot be reconstructed locally.
Please, provide with a complete demo, where the issue can be reproduced.