A
andrew53
After using Errors.DeleteAll() or node.RepaceChild(newnode, oldnode), all
validation errors (within the replaced node) get disabled. (this is related
to multiple views, enabling validation only for currently visible view, and
digital signing).
The question is - how to "re-enable" the errors or to re-validate the entire
form after Errors.DeleteAll() has been called?
validation errors (within the replaced node) get disabled. (this is related
to multiple views, enabling validation only for currently visible view, and
digital signing).
The question is - how to "re-enable" the errors or to re-validate the entire
form after Errors.DeleteAll() has been called?