I have the following line in my view:
<%= Html.TextBoxFor(m => m.Description)%>
Just use the properties like "TextBoxFor,TextArea" etc instead of "EditorFor"... Lot of people when use scaffolding, they have to change the fields by themselves or data annotations for in model like [DataType(Multiline)]
[DataType(Multiline)]