Type alias GridValidationTrigger

Type representing the triggers for grid cell validation.

  • 'change': Validation is triggered when the cell value changes.
  • 'blur': Validation is triggered when the cell loses focus.