Categories | Question details Back To List | ||
dhtmlxGrid: Combination of a built-in header filter and a user defined filter 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 Answer posted by dhxSupport on Nov 19, 2009 02:33 >>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. |