combobox in scheduler

Hi



I’m trying to put together a ‘wizard’ tab to add multiple events in one go. The problem I am having is getting filtering combo boxes working. These work fine in FF but IE will selects the first item which matches. In the cut down example, this is shown by selecting bah which should allow Bahamas and Bahrain. Moving the code into a page without the scheduler and it works fine.



Please email me for mor information





--------------

attachment

-------------











Calendar



















































    


        


            


            


            


            




            


        


        


        


    











Hello,


try to use


ex[0] = new dhtmlXCombo(“exec1”, “ex1”, “200px”);

ex[0].enableFilteringMode(true)


ex[0].loadXML(“comp.xml”);


instead of


ex[0] = new dhtmlXCombo(“exec1”, “ex1”, “200px”);

ex[0].enableFilteringMode(true, “comp.xml”, false, false);