I have a Kendo UI MVVM dropdownlist, and I want the width of the list to be wider than the control itself.
<input class="dropDowns" data-role="dropdownlist" style="width: auto;" />
I found an solution: Kendo UI Dropdown, making the drop down panel wider than the control But I can't apply this to my MVVM example.