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?
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