Categories | Question details Back To List | ||
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 |