Grid Filter

Hi,
how to call a custom filter function on the header filter object

If you need to force filtering by existing in-header filters, you can call
grid.filterByAll();
If you need a input in header with custom filtering logic, you can place any custom HTML control as part of header and attach onchange|onkeypress event to it, which will call grid.filterBy