Interface IGridValidationStatusEventArgs

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.

Properties

Properties

owner: GridType