Categories | Question details Back To List | ||
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.) Answer posted by dhxSupport on May 28, 2009 07:34 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 |