Grid - refreshFilters() not getting rid of entries

Hello, ladies and gents!

I have a grid that gets fed some data. Every now and then additional entries are added. As we know, when you use a filter (header filter in this case) those new entries wont show up, even if they match the filter criteria. In the documentation I read that refreshFilters should solve this issue.
Indeed it does, but only when entries are added. A new entry will pop into view, even when filtering.
The opposite, however, does not work: When an entry changes a value, so that it does not match the criteria anymore, it will stick around (e.g.: Filter is set to “Active” and status changes from “Active” to "Completed)

Any idea how I can solve this issue?

Much appreciated!

Please, try to use the following solution:
docs.dhtmlx.com/doku.php?id=dhtm … ering_mode