Performance problem with combobox

hi,



I have a single combobox in a page.

The combo is created from an existing select element:





I see with about 5000 options the combo works very slow - until the screen appears and after choosing a value (the filtering itself

works ok)…



What can I do to improve the performance ?



Thanks

Combo can work in “suggest” mode, when options loaded dynamically from server side. In such case you will not need to have all options on client side , which allow fast init.
dhtmlx.com/docs/products/dhtmlxC … ng/100000/