0
在MVC中使用Kendo UI 4 。Kendo:DropDownList填充容器
我有一個table.td定義爲這樣一個下拉列表:
@(Html.Kendo().DropDownListFor(model => model.AppUserStatus)
.DataTextField("Text")
.DataValueField("Value")
.BindTo(@ViewBag.StatusList)
)
我如何得到它來填補,它包含在table.td的寬度是多少?