Watch this example on YouTube
To Fix it replace
@Html.TextBoxFor(x => x.or.Column1, new { @class = "editor-field-date"}, maxLength = 10)
with
@Html.TextBoxFor(x => x.or.Column1, new { @class = "editor-field-date", maxLength = 10})
No comments:
Post a Comment