@(Html.Kendo().TextBox() .Name("txtComments") .Value(@Model.Comments) .HtmlAttributes(new { style = "width:100%" }) )
@Html.TextArea("textarea","",new { @class="k-textBox",style = "width: 100%;" })