If you want textarea , I would recommend doing this as follows:
@Html.TextArea("textarea", "", new { @class="k-textbox", style = "width: 100%;" })
as their demo shows. This will allow you to get the same Kendo style if that's what you are going to do.
source share