Dhtmlx Grid

HI.

I am using dhtmlx grid in which i have applied a filter as



mygrid.attachHeader("#select_filter,#select_filter,#select_filter,#text_filter,#text_filter");



I want to call my function when the filter is applied.(when user select a value from select filter immidiately after this i want to call my function.)

To set custom filtration you can use events:
onFilterStart Event - occurs when filtering is activated but before real filtering starts;
onFilterEnd Event - occurs when filtering is completed (filtering extension);
onCollectValues - occurs when values collected to fill select filter