【发布时间】:2016-04-26 14:11:02
【问题描述】:
有谁知道要设置哪些属性来制作 Kendo MVC 文本框多行?
@(Html.Kendo().TextBox()
.Name("txtComments")
.Value(@Model.Comments)
.HtmlAttributes(new { style = "width:100%" })
)
谢谢。
【问题讨论】:
标签: razor textbox kendo-asp.net-mvc multiline telerik-mvc