I'm trying out ASP.NET MVC 2 Preview and when I use client side validation it all works if the following:
<% Html.EnableClientValidation() %>
Is used on a content page. If it is on a Master Page - client side validation fails.
Is it just me or is this by design? If so - why?