Hi All i am trying to change the width of the actual drop-down from the dropdownlist while keeping the dropdownlist element itself a smaller size.
In the combobox you can
.data("kendoComboBox").list.width(380); and that sets the width of drop down itself.
this does not work for the kendoDropDownList . I've tried:
data("kendoDropDownList").list.width(380); and the items themselves no longer wrap BUT the actually background container stays the fixed width.
I don't want to go and modify the css because different instances of the drop down require different widths.
In the combobox you can
.data("kendoComboBox").list.width(380); and that sets the width of drop down itself.
this does not work for the kendoDropDownList . I've tried:
data("kendoDropDownList").list.width(380); and the items themselves no longer wrap BUT the actually background container stays the fixed width.
I don't want to go and modify the css because different instances of the drop down require different widths.