views:

47

answers:

0

I have a situation in which I will load invalid data. I'm using a DataForm to edit the data and I need to force a validation. The user might not normally edit the fields which are invalid but before I save the entity back I would like to notify the user that they need to be edited. But the validation does not seem to fire unless the property is actually changed. Is there a way to force an entity to run all client side validation rules?

Shane Holder