I know this post is too old. Just to help others, here is a solution
@(Html.Kendo().EditorFor(model => model.CustomerFeedback.Description)
.HtmlAttributes(new { style = "height:100px; width: 450px" })
.Tools(tools => tools
.Clear()))