Is the dropdownlist widget suppose to copy the style from the input element?
I thought 930px would be copied from the input style but I was wrong. The width is provided by the kendo.common.min.css
Is this the expected behavior?
Best regards,
Simon
EDIT
OK, I just realized the problem occurs in Chrome only... Firefox and IE are working as expected.
<input class="#MyDDL" style="width:930px;">$('#MyDDL').kendoDropDownList({ index: 0, dataTextField: 'FirstName', dataValueField: 'ID', dataSource: myDataSource});Is this the expected behavior?
Best regards,
Simon
EDIT
OK, I just realized the problem occurs in Chrome only... Firefox and IE are working as expected.