IgcGridBaseDirectiveEventMap

Emitted when the active node is changed.

activeNodeChange: CustomEvent<IgcActiveNodeChangeEventArgs>

advancedFilteringExpressionsTreeChange

Section titled "advancedFilteringExpressionsTreeChange"

Emitted after advanced filtering is performed.

advancedFilteringExpressionsTreeChange: CustomEvent<IgcFilteringExpressionsTree>

Emitted when a cell is clicked.

cellClick: CustomEvent<IgcGridCellEventArgs>

Emitted when cell has been edited.

cellEdit: CustomEvent<IgcGridEditEventArgs>

Emitted after cell has been edited and editing has been committed.

cellEditDone: CustomEvent<IgcGridEditDoneEventArgs>

Emitted when cell enters edit mode.

cellEditEnter: CustomEvent<IgcGridEditEventArgs>

Emitted when cell exits edit mode.

cellEditExit: CustomEvent<IgcGridEditDoneEventArgs>

Emitted when a column is initialized.

columnInit: CustomEvent<IgcColumnComponent>

Emitted during the column moving operation.

columnMoving: CustomEvent<IgcColumnMovingEventArgs>

Emitted when column moving ends.

columnMovingEnd: CustomEvent<IgcColumnMovingEndEventArgs>

Emitted when column moving starts.

columnMovingStart: CustomEvent<IgcColumnMovingStartEventArgs>

Emitted before column is pinned.

columnPin: CustomEvent<IgcPinColumnCancellableEventArgs>

Emitted after column is pinned.

columnPinned: CustomEvent<IgcPinColumnEventArgs>

Emitted after column is resized.

columnResized: CustomEvent<IgcColumnResizeEventArgs>

Emitted when column is selected.

columnSelectionChanging: CustomEvent<IgcColumnSelectionEventArgs>

Emitted after column visibility is changed.

columnVisibilityChanged: CustomEvent<IgcColumnVisibilityChangedEventArgs>

Emitted before column visibility is changed.

columnVisibilityChanging: CustomEvent<IgcColumnVisibilityChangingEventArgs>

Emitted when a cell or row is right clicked.

contextMenu: CustomEvent<IgcGridContextMenuEventArgs>

Emitted after the grid's data view is changed because of a data operation, rebinding, etc.

dataChanged: CustomEvent<IgcForOfDataChangeEventArgs>

Emitted before the grid's data view is changed because of a data operation, rebinding, etc.

dataChanging: CustomEvent<IgcForOfDataChangeEventArgs>

Emitted when a cell is double clicked.

doubleClick: CustomEvent<IgcGridCellEventArgs>

Emitted when the rows are expanded or collapsed.

expansionStatesChange: CustomEvent<Map<any, boolean>>

Emitted before filtering expressions are applied.

filtering: CustomEvent<IgcFilteringEventArgs>

Emitted after filtering is performed through the UI.

filteringDone: CustomEvent<IgcFilteringExpressionsTree>

Emitted after filtering is performed.

filteringExpressionsTreeChange: CustomEvent<IgcFilteringExpressionsTree>

Emitted when formGroup is created on edit of row/cell.

formGroupCreated: CustomEvent<IgcGridFormGroupCreatedEventArgs>

Emitted when a copy operation is executed.

gridCopy: CustomEvent<IgcGridClipboardEvent>

Emitted when keydown is triggered over element inside grid's body.

gridKeydown: CustomEvent<IgcGridKeydownEventArgs>

Emitted when grid is scrolled horizontally/vertically.

gridScroll: CustomEvent<IgcGridScrollEventArgs>

Emitted when making a range selection.

rangeSelected: CustomEvent<IgcGridSelectionRange>

Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM

rendered: CustomEvent<boolean>

Emmited just before the newly added row is commited.

rowAdd: CustomEvent<IgcRowDataCancelableEventArgs>

Emitted when a row is added.

rowAdded: CustomEvent<IgcRowDataEventArgs>

Emitted when a row is clicked.

rowClick: CustomEvent<IgcGridRowEventArgs>

Emmited when deleting a row.

rowDelete: CustomEvent<IgcRowDataCancelableEventArgs>

Emitted when a row is deleted.

rowDeleted: CustomEvent<IgcRowDataEventArgs>

Emitted when dropping a row.

rowDragEnd: CustomEvent<IgcRowDragEndEventArgs>

Emitted when start dragging a row.

rowDragStart: CustomEvent<IgcRowDragStartEventArgs>

Emitted when exiting edit mode for a row.

rowEdit: CustomEvent<IgcGridEditEventArgs>

Emitted after exiting edit mode for a row and editing has been committed.

rowEditDone: CustomEvent<IgcGridEditDoneEventArgs>

Emitted when a row enters edit mode.

rowEditEnter: CustomEvent<IgcGridEditEventArgs>

Emitted when row editing is canceled.

rowEditExit: CustomEvent<IgcGridEditDoneEventArgs>

Emitted when the pinned state of a row is changed.

rowPinned: CustomEvent<IgcPinRowEventArgs>

Emitted when the pinned state of a row is changed.

rowPinning: CustomEvent<IgcPinRowEventArgs>

Emitted when grid row is selected.

rowSelectionChanging: CustomEvent<IgcRowSelectionEventArgs>

Emitted when the expanded state of a row gets changed.

rowToggle: CustomEvent<IgcRowToggleEventArgs>

Emitted when a cell is selected.

selected: CustomEvent<IgcGridCellEventArgs>

Emitted when the rows are selected or deselected.

selectedRowsChange: CustomEvent<any[]>

Emitted before sorting expressions are applied.

sorting: CustomEvent<IgcSortingEventArgs>

Emitted after sorting is completed.

sortingDone: CustomEvent<IgcSortingExpression[]>

Emitted before sorting is performed.

sortingExpressionsChange: CustomEvent<IgcSortingExpression[]>

Emitted when an export process is initiated by the user.

toolbarExporting: CustomEvent<IgcGridToolbarExportEventArgs>

Emitted when grid's validation status changes.

validationStatusChange: CustomEvent<IgcGridValidationStatusEventArgs>