Im using MVC data annotation with xVal Client Validation on a form. How do I implement something like the a asp.net validation callout extender instead of display red error messages.
Asked
Active
Viewed 435 times
1 Answers
0
There is no built in functionality for this. You can modify the xVal javascript file, by replacing the normal "<span class='field-validation-error'>..."
javascript generated markup error message with custom markup and styling that will look like the callout extender.

Jace Rhea
- 4,982
- 4
- 36
- 55