Kendo UI 组合框 -- 如何调整建议窗格的大小以便摆脱 X 滚动条

Kendo UI Combo Box -- How can I resize the suggest pane so I get rid of the X scroll bar

Kendo UI 组合框 -- 我如何修改 CSS 以调整建议窗格的大小,以便摆脱 X 滚动条并只适合内容?

要使其自动适合最长的项目,您应该添加以下内容:

var dropdownlist = $("#dropdownlist").data("kendoDropDownList");
dropdownlist.list.width("auto");