dhtmlx combo does not appear inline with other html elements

Hi,
I am creating Dhtmlx combo with html elements dynamically. But I am facing inline issue. for others (html elements) i used style=“display:inline” and it working fine but in case of combo the elements are not inline.

Can any one suggest any soution to this issue.

I have attached one sample for the better understanding of issue.
path for the attached sample
D:\sample\samples\03_options\03_combo_options

Thanks
Amit
sample.rar (217 KB)

Hi Amit,

combo is block component there is not possibility to make it inline. You may try to use float:left property. Possibly it’ ll resolve the problem.