dhtmlxGrid: Combination of a built-in header filter and a us

Hi,



I have a select list filter that onChange calls mygrid.filterBy(2,someFunction,true); and a several header filters. The problem is that if I select a value in the user defined filter and then in built-in filter the user defined filter is ignored. Is there a way to change the behavior of built in filters to take all rules into account ? I am adding header filters this way mygrid.attachHeader("#master_checkbox,#text_filter,#select_filter,#select_filter, ");



thank you in advance



Victoria

Is there a way to change the behavior of built in filters to take all rules into account
Unfortunately there is no way to change that behavior. If you want filters to do not ignore each other you should use only inbuilt or only custom filters.