Categories | Question details Back To List | ||
dhtmlxcombo Hello Sir, I am using Dhtmlxcombo .it's takes a loat of time, even it's not load data .i want to load 5500 record in combo . i am using it as--- var z=dhtmlXComboFromSelect("selectUnit"); z.enableFilteringMode( true); and on the call of an ajax request ,i am filling this combo .It's working for 900 records but after that it's going fail.giving error -- " because of this script your internet explorar going to slow are you want to abort the script ". and after select yes page not work .. If there is any soluction .Please help Thanks, Rashmi
Answer posted by Alex (support) on Apr 29, 2009 07:48 Hello, You can try to use autocomplete loading mode: combo.enableFilteringMode(true,path_to_script,true) The details can be found in the documentation: http://dhtmlx.com/docs/products/dhtmlxCombo/doc/guide.html#combo_filtering The sample - http://dhtmlx.com/docs/products/dhtmlxCombo/samples/filtering/combo_filter.htm The same sample and article can be found in the combo package |