Livevalidation clientside validation - can you control the position of the validation messages?
Posted
by JK
on Stack Overflow
See other posts from Stack Overflow
or by JK
Published on 2010-05-03T22:36:14Z
Indexed on
2010/05/03
22:48 UTC
Read the original article
Hit count: 239
I'm using LiveValidaion for my clientside validation http://livevalidation.com/ and DataAnnotations for my validation rules. This all works fine except that the clientside error messages are only ever displayed to the right of the element being validated.
Is it possible to move this validation message below the element being validated? Or even better, group all messages in a div at the top/bottom of the page? I dont see anything in their docs or examples
© Stack Overflow or respective owner