Making certain rows unfilterable

I want to have certain rows in my grid to be not filterable. So no matter what filter be it a select or a text filter the row stays in the grid. Anyone know how?

You can use filterBy() method and skip necessary rows while filtering.
docs.dhtmlx.com/doku.php?id=dhtmlxgrid:filtering
docs.dhtmlx.com/doku.php?id=dhtm … t_filterby

Ya except if I do filterBy I can’t use the normal built in filtering for dates, numbers, and ect. If those functions were available to call from my filterby I would be fine with that. Rewriting those sorts is a waste of time.

If you don’t want to write custom filtering function you can redefine _filterA method in dhtmlxgrid_filter.js file line 38