IgcGridValidationStatusEventArgs

Interface representing the event arguments for the grid validation status change event.

  • status: The validation status ('VALID' or 'INVALID').
  • owner: The grid instance that owns the validation state.
owner: IgcGridBaseDirective
status: ValidationStatus