MVC and EditorFor width
What's wrong with using CSS to style your control width?
Instead of EditorFor, use TextBoxFor:
<%=Html.TextBoxFor(m => m.Name, new {style = "width:50px"})%>
What's wrong with using CSS to style your control width?
Instead of EditorFor, use TextBoxFor:
<%=Html.TextBoxFor(m => m.Name, new {style = "width:50px"})%>