Grid combo filter Issue

column type is “coro”
gr_info.getCombo(1).put(1,‘aaa’);
gr_info.getCombo(1).put(17,‘bbb’);

the filter is set “#select_filter
when i select the “aaa” ,2 rows show.
when i select the “bbb”,just “bbb” show.
‘aaa’ id is “1”.bbb id is “17”. “17” include the char “1” so select “aaa” also show “bbb” rows.
How can i fix it?

somebody help me ???

:cry: :cry: :cry: :cry:

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

thank you
I use the “#select_filter_strict
the errro is “Object 1 has no method ‘toLowerCase’ in dhtmlxgrid_filter.js:27”
so check the file dhtmlxgrid_filter.js line 27

d=d.toLowerCase();
[/code] replace [code]
d=d.toString().toLowerCase();

it works.
is it the bug?

Please, try to update the version of your dhtmlxgrid.
If issue still occurs - please, provide with a complete demo, where the issue can be reproduced.