我尝试使用HtmlAttributes更改高度:
@(Html.Kendo().ComboBox()
.Name("OD")
.Placeholder(@"Select or type...")
.BindTo( (System.Collections.IEnumerable)ViewData["DValues"])
.Height(300)
.HtmlAttributes(new { style="width:100%;height: 6em; line-height: 1em;padding-bottom: 0;text-overflow:ellipsis;" }))