This is a migrated thread and some comments may be shown as answers.

Setting Width Of Individual ComboBoxes

1 Answer 331 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jeffrey Edgett
Top achievements
Rank 1
Jeffrey Edgett asked on 29 Dec 2011, 06:36 PM
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

Sort by
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!
Tags
ComboBox
Asked by
Jeffrey Edgett
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or