Reputation: 6992
I want to have the ValidationSummary errors displayed during Client Side validation. Currently the validation messages are only appears next to the field during client side validation. I use….
as my client side libraries.
There is a solution for jQuery Validation Library which is in the thread… ASP.NET MVC ValidationSummary For Client Side Validation
Is there an easy way to do this?
I used had xVal working DataAnnotation and it was very easy enable client side validation for the validation summary.
E.g
Is there way to do this in MVC2 using MicrosoftAjax?
Upvotes: 1
Views: 2482
Reputation: 155
The only solution that I see is specified in the below article. Honestly why would anyone try getting validation summary control working for client side with MicrosoftAjax when there is a nice solution.
My 2cents.
Upvotes: 0