Validation Redesign Revision
Posted: October 25th, 2021, 3:25 pm
As of DesignTime Revision 2063 and RunTime Revision 796 the Validation feature in Views has been redesigned to be user friendly and better incorporated within the MVC canvas structure. Added a Validation tab on the lefthand ViewBuilder menu to add and remove validation groups. Shows the user which controls are a part of each validation group.
Removed the Loop, SuppressIndividualMessage, and Translate properties from this control.
Removed the CausesValidation property from buttons and added it inside the Events popup window.
Renamed the Validator control to be called ValidationMessageGroup.
Removed the Loop and Translate properties from the ValidationMessageGroup control.
Renamed the following properties:
Added Error Display Mode to the Events window popup. This allows users decide how the error messages will display.
- Both: Will display the error messages using both group and inline modes.
- None: Will not display error messages.
- Group: Displays the error message using the ValidationMessageGroup control.
- Inline: Displays the error messages with the controls itself.
Removed the Loop, SuppressIndividualMessage, and Translate properties from this control.
Removed the CausesValidation property from buttons and added it inside the Events popup window.
Renamed the Validator control to be called ValidationMessageGroup.
Removed the Loop and Translate properties from the ValidationMessageGroup control.
Renamed the following properties:
- ReqErrorMessage -> RequiredErrorMessage
- ValidationExpression -> ReExValidation
- ErrorMessgae -> RegExErrorMessage
- ValidatorDisplayMode -> ErrorDisplayMode