How do I specify the columns and rows of a multiline Editor-For in ASP.MVC?

后端 未结 7 2087
梦毁少年i
梦毁少年i 2020-12-08 12:42

In ASP.MVC 3, how do I specify the columns and rows for a multiline EditorFor (textarea)? I am using [UIHint(\"MultilineText\")], but can\'t find a

7条回答
  •  孤街浪徒
    2020-12-08 13:13

    @Html.TextArea("txtNotes", "", 4, 0, new { @class = "k-textbox", style = "width: 100%; height: 100%;" })

提交回复
热议问题