kendo ui mvc组合​​框输入文本被截断

时间:2019-06-07 17:23:43

标签: asp.net-mvc kendo-ui

我尝试使用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;" }))

enter image description here

0 个答案:

没有答案