Select filter in grid header

Hi!



I have a grid with a filter row in its header:



#text_filter,#text_filter,#text_filter,#select_filter,#text_filter





When I use the select filter it gives all rows that exactly or partially match the cell content. It is OK for a text filter but in case of a select filter I supposed to have only exact matches. Can I change this behaviour of the select filter or are there another filter that fits my needs?



Thanks in advance

Mate


Hello


You can use #select_filter_strict instead of #select_filter

Thanks for the reply. I tried it and the filter really exists, but when I set it, I found zero rows in my grid. It is too strict. :slight_smile:
I am using grid version 2.0 build 81009 can it cause the failure?


You can create a custom filter in grid header. Please have a look at the article dhtmlx.com/dhxdocs/doku.php? … :filtering