select_filter in grid is not working correctly.

Hello,

I am using select_filter on my grid which is working pretty good,but when I select any element from there then its retrieves values which contain mask defined through dropdown list of possible values which mean in database (LIKE) clause. But I need the exactly the match values.
e.g. I have the following records in db which are (‘Testing leads’,‘Testing’,‘Testing Calls’), now when I select only “TESTING” from select_filter then its shows me all the records. I want to retrieve only the records which is exactly equal to TESTING.

Regards!
Ali

Please, try to use the “#select_filter_strict” instead of “#select_filter”.

Thanks a lot. Thumbs up… :wink: