I am trying out the ComboBox widget in our product. We already have html pulldowns and I am generating the comboBox from the existing pulldowns, seems to work great but with a fixed width by default. I figured out a way to initialize the comboBox with correct width I want, $("#mypulldown").width(computedWidth).kendoComboBox(). This works well too, but when the pulldown values are updated/changed comboBox width remains same. How do I get the width updated to correct size?
Here is the link to jsfiddle,
http://jsfiddle.net/vzwaC/
Thanks
Uma
Here is the link to jsfiddle,
http://jsfiddle.net/vzwaC/
Thanks
Uma