The Gu provides an example of how you might create a custom validator that overrides RegularExpressionAttribute .
The advantage of this is that you don\'t have to cr
Cracked it! Add the following to Global.asax.cs Application_Start()
DataAnnotationsModelValidatorProvider.RegisterAdapter(typeof(NameAttribute), typeof(RegularExpressionAttributeAdapter));