Grid filtering issues

Hi,
We are having problem with DHTMLX grid filters.
In our screen we have like 10 filter columns #select_filter,#text_filter,#select_filter,#text_filter,#text_filter,#text_filter,#text_filter,#text_filter,#select_filter,#text_filter

a. Individual filters are working fine.
b. But when combination of two or more filters(specifically for select filters), this time filtering is not working properly.

To identify the cause of this issue, i added “onFilterStart” event.

when we filter the text vlaues the parameters values are coming like below:
indexes [0,1,2,3,4,5,6,7,8,9],
data values[,126,]


when we select the select filters, and found that the values are coming till the 3rd column.
indexes [0,1,2],
data values[,Merit medical]


Because of this, when i enter text values for the next column, the filtering with combination of select & text functionality is not working properly.

please do neeful.

Unfortunately the issue cannot be reproduced locally.
Please, try to update the version of your dhtmlxgrid. If the problem still occurs for you after the update please, provide with a complete demo or a demo link, where the problem can be reproduced locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html

Hi,
please find the attached demo folder wherein you can replicate the issue.
kindly do the needful ASAP.
grid_filter_issue_demo.rar (991 KB)

That issue was fixed in 3.6 version of dhtmlxGrid.
Please, try t update your dhtmlxGrid version or open ticket in support.dhtmlx.com so we can provide with the fixed version of the filter extension.