MVC 3 Unobtrusive validation of a list
问题 Question I have created a server-side property level validation attribute. But instead of applying it to an individual field I've applied it to a List. This allows me to validate the model as a whole. I now need to know how to convert this to work using the unobtrusive client-side validation built into MVC 3. My current code is below to illustrate my issue... Scenario The basic scenario was the ability total up all the Quantity values for every row in a List grouped by the GroupNo field. If