combo/text box with a menu

Please suggest me a way to get this similar was of getting user input via text box/combo.

Pleae visit this link: innatedb.ca/interactionSearch.jsp

There find label Cell Type : click on the text box next to it. You can see a menu opening.

I want to get similar effect ( need not be exact) using Dhtmlx components .
Can you please suggest me a way?

Is there any demo where such implementation is already done which I could readily use.

Thanking You.

Sincerely,
–pradeep

Unfortunately, no dhtmlx component povides this solution.

Possibly you can use dhtmlxgrid: grid in absolutely positioned container that is shown on input click. But I don’t it’s not a good solution. As grid doesn’t provide multiline titles. Grid only has onMouseOver event (you can use it show some container).

So probably it’ll be easier to use some another solution for that.