IgcGridComponentEventMap

Inherited from: IgcGridBaseComponentEventMap

Emitted when the active node is changed.

activeNodeChange: CustomEvent<IgcActiveNodeChangeEventArgs>

advancedFilteringExpressionsTreeChange

Section titled "advancedFilteringExpressionsTreeChange"

Inherited from: IgcGridBaseComponentEventMap

Emitted after advanced filtering is performed.

advancedFilteringExpressionsTreeChange: CustomEvent<IgcFilteringExpressionsTree>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a cell is clicked.

cellClick: CustomEvent<IgcGridCellEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when cell has been edited.

cellEdit: CustomEvent<IgcGridEditEventArgs>

Inherited from: IgcGridBaseComponentEventMap

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

cellEditDone: CustomEvent<IgcGridEditDoneEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when cell enters edit mode.

cellEditEnter: CustomEvent<IgcGridEditEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when cell exits edit mode.

cellEditExit: CustomEvent<IgcGridEditDoneEventArgs>

Emitted when content children are resolved and collections in grid are updated.

childrenResolved: CustomEvent<void>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a column is initialized.

columnInit: CustomEvent<IgcColumnComponent>

Inherited from: IgcGridBaseComponentEventMap

Emitted during the column moving operation.

columnMoving: CustomEvent<IgcColumnMovingEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when column moving ends.

columnMovingEnd: CustomEvent<IgcColumnMovingEndEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when column moving starts.

columnMovingStart: CustomEvent<IgcColumnMovingStartEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted before column is pinned.

columnPin: CustomEvent<IgcPinColumnCancellableEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted after column is pinned.

columnPinned: CustomEvent<IgcPinColumnEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted after column is resized.

columnResized: CustomEvent<IgcColumnResizeEventArgs>
columnsAutogenerated: CustomEvent<IgcColumnsAutoGeneratedEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when column is selected.

columnSelectionChanging: CustomEvent<IgcColumnSelectionEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted after column visibility is changed.

columnVisibilityChanged: CustomEvent<IgcColumnVisibilityChangedEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted before column visibility is changed.

columnVisibilityChanging: CustomEvent<IgcColumnVisibilityChangingEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a cell or row is right clicked.

contextMenu: CustomEvent<IgcGridContextMenuEventArgs>

Inherited from: IgcGridBaseComponentEventMap

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

dataChanged: CustomEvent<IgcForOfDataChangeEventArgs>

Inherited from: IgcGridBaseComponentEventMap

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

dataChanging: CustomEvent<IgcForOfDataChangeEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a new chunk of data is loaded from virtualization.

dataPreLoad: CustomEvent<IgcForOfState>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a cell is double clicked.

doubleClick: CustomEvent<IgcGridCellEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when the rows are expanded or collapsed.

expansionStatesChange: CustomEvent<Map<any, boolean>>

Inherited from: IgcGridBaseComponentEventMap

Emitted before filtering expressions are applied.

filtering: CustomEvent<IgcFilteringEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted after filtering is performed through the UI.

filteringDone: CustomEvent<IgcFilteringExpressionsTree>

Inherited from: IgcGridBaseComponentEventMap

Emitted after filtering is performed.

filteringExpressionsTreeChange: CustomEvent<IgcFilteringExpressionsTree>

Inherited from: IgcGridBaseComponentEventMap

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

formGroupCreated: CustomEvent<IgcGridFormGroupCreatedEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a copy operation is executed.

gridCopy: CustomEvent<IgcGridClipboardEvent>

Inherited from: IgcGridBaseComponentEventMap

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

gridKeydown: CustomEvent<IgcGridKeydownEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when grid is scrolled horizontally/vertically.

gridScroll: CustomEvent<IgcGridScrollEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when columns are grouped/ungrouped.

groupingDone: CustomEvent<IgcGroupingDoneEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when groups are expanded/collapsed.

groupingExpansionStateChange: CustomEvent<IgcGroupByExpandState[]>

Inherited from: IgcGridBaseComponentEventMap

Emitted when grouping is performed.

groupingExpressionsChange: CustomEvent<IgcGroupingExpression[]>

Inherited from: IgcGridBaseComponentEventMap

Emitted when making a range selection.

rangeSelected: CustomEvent<IgcGridSelectionRange>

Inherited from: IgcGridBaseComponentEventMap

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

rendered: CustomEvent<boolean>

Inherited from: IgcGridBaseComponentEventMap

Emmited just before the newly added row is commited.

rowAdd: CustomEvent<IgcRowDataCancelableEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a row is added.

rowAdded: CustomEvent<IgcRowDataEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a row is clicked.

rowClick: CustomEvent<IgcGridRowEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emmited when deleting a row.

rowDelete: CustomEvent<IgcRowDataCancelableEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a row is deleted.

rowDeleted: CustomEvent<IgcRowDataEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when dropping a row.

rowDragEnd: CustomEvent<IgcRowDragEndEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when start dragging a row.

rowDragStart: CustomEvent<IgcRowDragStartEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when exiting edit mode for a row.

rowEdit: CustomEvent<IgcGridEditEventArgs>

Inherited from: IgcGridBaseComponentEventMap

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

rowEditDone: CustomEvent<IgcGridEditDoneEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a row enters edit mode.

rowEditEnter: CustomEvent<IgcGridEditEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when row editing is canceled.

rowEditExit: CustomEvent<IgcGridEditDoneEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when the pinned state of a row is changed.

rowPinned: CustomEvent<IgcPinRowEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when the pinned state of a row is changed.

rowPinning: CustomEvent<IgcPinRowEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when grid row is selected.

rowSelectionChanging: CustomEvent<IgcRowSelectionEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when the expanded state of a row gets changed.

rowToggle: CustomEvent<IgcRowToggleEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when a cell is selected.

selected: CustomEvent<IgcGridCellEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when the rows are selected or deselected.

selectedRowsChange: CustomEvent<any[]>

Inherited from: IgcGridBaseComponentEventMap

Emitted before sorting expressions are applied.

sorting: CustomEvent<IgcSortingEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted after sorting is completed.

sortingDone: CustomEvent<IgcSortingExpression[]>

Inherited from: IgcGridBaseComponentEventMap

Emitted before sorting is performed.

sortingExpressionsChange: CustomEvent<IgcSortingExpression[]>

Inherited from: IgcGridBaseComponentEventMap

Emitted when an export process is initiated by the user.

toolbarExporting: CustomEvent<IgcGridToolbarExportEventArgs>

Inherited from: IgcGridBaseComponentEventMap

Emitted when grid's validation status changes.

validationStatusChange: CustomEvent<IgcGridValidationStatusEventArgs>