Using enableFilteringMode(true) i meet the issse.

Hi ,

The method enableFilteringMode(true) is cool , when i type some chars ,it help me filer some matched option , and then i choose the most properful option which i really want .
But there’s the issuee , when i choose an option , and then i click the drop-down , i still can see the choosen option , i can’t see others . I still want to see the whole list .

How could i make that ? Thanks for all the advices from all you guys .

Any update? How can i still see other options besides the filted instance.

Hi,

you may try to use the following approach:

combo.attachEvent("onOpen",function(){ var text = combo.getComboText(); window.setTimeout(function(){ combo.setComboText(""); combo.filterSelf(); combo.setComboText(text); },1) })

That’s perfect!! Thanks again. I am very happy to see the DHX has so good support from you . :smiley: