IGridFormGroupCreatedEventArgs

Interface representing the event arguments when a form group is created in the grid.

  • formGroup: The form group that is created.
  • owner: The grid instance that owns the form group.
formGroup: FormGroup

Defined in projects/igniteui-angular/grids/core/src/common/grid.interface.ts:277

owner: GridType

Defined in projects/igniteui-angular/grids/core/src/common/grid.interface.ts:278