BeforeValidateExistingRecords Event
Description
This event fires before data in existing records are validated but after the user has pressed the Submit button to update or delete existing records.
Discussion
This event is fired for each row of existing data that was modified by the user. The event fires before the CanUpdateRecord event.
The following variables are available to you in the event:
- Variable
- Description
- Args
Contains the GridDefinition and rtc variables.
- PageVariables
Contains the state info (__si2) object.
- DataSubmitted
Contains the new and original values for the record.