Answer the question
In order to leave comments, you need to log in
How to beat jQuery Validation?
Hello.
There is a Location entity with the following parameters:
[DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:0,0000000000}")]
public string Lng { get; set; }
[DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:0,0000000000}")]
public string Lat { get; set; }
@Html.EditorFor(model => model.Lng, new { htmlAttributes = new { @class = "form-control" } } )
@Html.EditorFor(model => model.Lat, new { htmlAttributes = new { @class = "form-control" } })
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