Answer the question
In order to leave comments, you need to log in
How to insert validator in Template Editor for Integer?
Why for integer if I do in view:
@Html.EditorFor(Function(model) model.BalanceCalls)
@Html.ValidationMessageFor(Function(model) model.BalanceCalls, "")
@ModelType Integer
@Html.TextBox("", Model)
@Html.ValidationMessageFor(Function(model) model, "")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question