Categories | Question details Back To List | ||
What are the maximum records that can go into the dhtmlxCombo? When I dynamically load 4,629 street names the browser crashes every time. I tried this in IE 8 and Chrome. Have I just hit the limit or can this be fixed? Answer posted by Alex (support) on Jun 19, 2009 01:10 There is no limit for records number. To improve performance you can use dynamic loading - enableFilteringMode(1,source) - please, see details in combo documentation http://dhtmlx.com/docs/products/dhtmlxCombo/doc/guide.html#combo_filtering The samples are: http://dhtmlx.com/docs/products/dhtmlxCombo/samples/filtering/combo_filter.html http://dhtmlx.com/docs/products/dhtmlxCombo/samples/filtering/100000/ |