how to use a text area for a model kendo mvc code example
Example: how to use a text area for a model kendo mvc
@Html.TextAreaFor(x => x.Description,
new { @class = "k-textbox", style = "width: 100%;", placeholder = "Notes... Descriptions..." })
@Html.TextAreaFor(x => x.Description,
new { @class = "k-textbox", style = "width: 100%;", placeholder = "Notes... Descriptions..." })