Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by abhigan on Jan 17, 2010 10:45
open dhtmlx forum
problem with dynamic-autocomplete mode

*problem with autocomplete mode*

hi all!

when i use static xml loading, all is fine

    <div id="placeholder"></div>
    <script>
    var z=new dhtmlXCombo("placeholder","alfa2",200);
    z.loadXML("../quicktip/distributors.asp");
    z.enableFilteringMode(true);
    </script>

but when i try to make it dynamic, filtering is ok but autocomplete action stops.

    var z=new dhtmlXCombo("placeholder","alfa2",200);
    z.enableFilteringMode(true, "../quicktip/distributors.asp", true);

this problem is browser independent for me, but there is no such issue with the original implementation on DHXs site! where i might be going wrong?
Answer posted by Alex (support) on Jan 18, 2010 01:07

Hello

please try to use attached file instead of the original one. It'll solve the problem 

Attachments (1)
Answer posted by abhigan on Jan 18, 2010 09:54

thank u Alex,

please update the concerned file at the original download location. this is really an amazing product. thanks to dhtmlx team.

Answer posted by Alex (support) on Jan 19, 2010 06:41
The file attached to the previous answer will be included into the next official build.