Categories | Question details Back To List | ||
about the limit of options in ComboBox Hello everyone. thanks for the answer of my previous question. I need to know how much options could be added to a combo. i use a database in wich there is a table with about 80.000 rows and growing. i wonder if a list with a field fetched from this table will work ok in the dhtmlxcombo. thanks again for the help. Answer posted by Alexander on Dec 24, 2007 09:44 I have to apologize because this question should be in "dhtmlxcombo" section. i just saw that i posted in updates. Answer posted by Stanislav on Dec 24, 2007 19:41 The only limitation is client side performance. The combo will work event with 80k options - but it will be tremendous slow. Combo supports dynamic filtering mode, where data loaded only on request, in such mode you can use it with dataset of unlimited size. |