Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Nov 03, 2008 01:41
open dhtmlx forum
Grid Filter

Hi,
how to call a custom filter function on the header filter object
Answer posted by Support on Nov 03, 2008 02:48
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