javascript - Can you change the order of error messages in a validation summary? -


can change order in error messages appear in validation summary based on order.

i have jquery re-arranges panels on page based on external input. since re-ordering done javascript on client side doesn't reflect changes in position of each validator in validation summary.

i've looked @ each of validator messages in validation summary on client side , there no id's assigned individual error messages organizing them way not possible.

is there method of organizing validator messages after switching of panels on client side?

if not if on server side position of validators reflected in validation summary in same order displayed?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -