Assume this model:
Public Class Detail ...
Or you can simply do this.
@Html.ValidationMessageFor(m => m.PercentChange, "Custom Message: Input value must be a number"), new { @style = "display:none" })
Hope this helps.