If you want a textarea, I'd recommend doing it this way: @Html.TextArea("textarea", "", new { @class="k-textbox", style = "width: 100%;" }) as their demo ...
確定! 回上一頁