What do I target to set the width of the individual comboboxes?
I have one combobox which has longer text. I tried targeting the <input> with a CSS class but it only makes the input area bigger. The dropdown still remains skinny.
1 Answer, 1 is accepted
0
Kamen Bundev
Telerik team
answered on 30 Dec 2011, 10:00 AM
Hi Jeffrey,
Currently you can only set the width during initialization, like this: $("#combo").width(300).kendoComboBox();
or by using inline CSS.
Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!