Dynamicdata Validation Exception Message Caught in JavaScript, not DynamicValidator
- by Perplexed
I have a page here with a few list views on it that are all bound to Linq data sources and they seem to be working just fine.
I want to add validation such that when a checkbox (IsVoid on the object) is checked, comments must be entered (VoidedComments on the object).
Here's the bound object's OnValidate method:
partial void…