Loading alert

Hi,

How to give loading alert message after selecting the combo(10000 data its take some time for loading).



Thanks

Senthil


Hello,


the second parameter of the loadXML method is function that will be called after xml loading:


combo.loadXML(“some.xml”,afterLoading);


function afterLoading(){





}


But 1000-option combo is too big to loaded in at once. You can use dynamic loading (autocomplete) - dhtmlx.com/docs/products/dhtmlxC … ilter.html )