Combo as Listbox

Hi,

at first I have to say thank you for the really great dhtmlx-stuff :wink:

Is there a way to use combo as a ListBox and not as as dropdown-List? Yes? How? No, is there a way to do this with your tools?

Thanks for help.

Mamu

Hi,

Is there a way to use combo as a ListBox and not as as dropdown-List?

No

You may try “grid” instead of “combo”:

dhtmlx.com/docs/products/dht … _grid.html

Hi,

I still thougt about grid, but that isn’t what i want.

At the moment I do have a “combo” and a “grid”. The User select on of the dynamic loaded entries of the combo press a button and the selected item will be added to the grid. Then the user can fill out the other cells of the grid for the new entry.

I like to use a “listbox” because in my opinion its more user friendly instead to use a combo

I use asp.net and c#. My there is a way to daynamic bind data to asp.net listbox with dhtmlx ajax or dataconnector.

The content of the combo/listbox is loaded by a webservice and the dhtmlx combo is so easy to use with webservice (loadXML).

Did you know what I want??

Thx MaMu

Hi,

unfortunately, there is not a listbox.