Revalidating a modified ViewModel within a controller method?
EDIT - We're using MVC4 Dev Preview.... I'm implementing an edit page for a FishingTrip class. FishingTrip contains a child collection of simple Crew objects (i.e. FishingTripID, CrewID, CrewPosition). I'm using Jarrett Meyer's approach to add, edit and delete from the Crew collection. I'm using unobtrusive validation to specify that the properties of Crew are all Required . My problem: when I logically-delete an item from the list (as per Jarrett's method), I don't want that item to be validated. I have successfully tweaked the "removeRow" method on the client-side to disable unobtrusive