DhtmlxCombo and dynamic load: is It Possible?

Hello,

Someone asked me to create a combobox with a dynamic data load. In fact, when the user will navigate into the drop drown list , data will have to be loaded dynamicly. So, each time, a request will be sent to the server for retrieving data.

I hope you understand what i mean, i don’t speak english very well and i was a little bit lost when i tried to retrieve others subjects over this point (i am a poor student ^^).

Thank you for your help and have a good day.

Vinou

Hello
Here is an online sample:
dhtmlx.com/docs/products/dht … ig_db.html

Thank you :slight_smile:

In this example you propose, combobox is empty. User needs to type something. How to provide an initial list dynamically and still be able to have autocomplete?
Otherwise, a simple INPUT would be enough for autocomplete (no need for combobox for that).