IgcGridComponentEventMap
Properties
Section titled "Properties"activeNodeChange
Section titled "activeNodeChange"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> cellClick
Section titled "cellClick"Inherited from: IgcGridBaseComponentEventMap
Emitted when a cell is clicked.
cellClick: CustomEvent<IgcGridCellEventArgs> cellEdit
Section titled "cellEdit"Inherited from: IgcGridBaseComponentEventMap
Emitted when cell has been edited.
cellEdit: CustomEvent<IgcGridEditEventArgs> cellEditDone
Section titled "cellEditDone"Inherited from: IgcGridBaseComponentEventMap
Emitted after cell has been edited and editing has been committed.
cellEditDone: CustomEvent<IgcGridEditDoneEventArgs> cellEditEnter
Section titled "cellEditEnter"Inherited from: IgcGridBaseComponentEventMap
Emitted when cell enters edit mode.
cellEditEnter: CustomEvent<IgcGridEditEventArgs> cellEditExit
Section titled "cellEditExit"Inherited from: IgcGridBaseComponentEventMap
Emitted when cell exits edit mode.
cellEditExit: CustomEvent<IgcGridEditDoneEventArgs> childrenResolved
Section titled "childrenResolved"Emitted when content children are resolved and collections in grid are updated.
childrenResolved: CustomEvent<void> columnInit
Section titled "columnInit"Inherited from: IgcGridBaseComponentEventMap
Emitted when a column is initialized.
columnInit: CustomEvent<IgcColumnComponent> columnMoving
Section titled "columnMoving"Inherited from: IgcGridBaseComponentEventMap
Emitted during the column moving operation.
columnMoving: CustomEvent<IgcColumnMovingEventArgs> columnMovingEnd
Section titled "columnMovingEnd"Inherited from: IgcGridBaseComponentEventMap
Emitted when column moving ends.
columnMovingEnd: CustomEvent<IgcColumnMovingEndEventArgs> columnMovingStart
Section titled "columnMovingStart"Inherited from: IgcGridBaseComponentEventMap
Emitted when column moving starts.
columnMovingStart: CustomEvent<IgcColumnMovingStartEventArgs> columnPin
Section titled "columnPin"Inherited from: IgcGridBaseComponentEventMap
Emitted before column is pinned.
columnPin: CustomEvent<IgcPinColumnCancellableEventArgs> columnPinned
Section titled "columnPinned"Inherited from: IgcGridBaseComponentEventMap
Emitted after column is pinned.
columnPinned: CustomEvent<IgcPinColumnEventArgs> columnResized
Section titled "columnResized"Inherited from: IgcGridBaseComponentEventMap
Emitted after column is resized.
columnResized: CustomEvent<IgcColumnResizeEventArgs> columnsAutogenerated
Section titled "columnsAutogenerated"columnsAutogenerated: CustomEvent<IgcColumnsAutoGeneratedEventArgs> columnSelectionChanging
Section titled "columnSelectionChanging"Inherited from: IgcGridBaseComponentEventMap
Emitted when column is selected.
columnSelectionChanging: CustomEvent<IgcColumnSelectionEventArgs> columnVisibilityChanged
Section titled "columnVisibilityChanged"Inherited from: IgcGridBaseComponentEventMap
Emitted after column visibility is changed.
columnVisibilityChanged: CustomEvent<IgcColumnVisibilityChangedEventArgs> columnVisibilityChanging
Section titled "columnVisibilityChanging"Inherited from: IgcGridBaseComponentEventMap
Emitted before column visibility is changed.
columnVisibilityChanging: CustomEvent<IgcColumnVisibilityChangingEventArgs> contextMenu
Section titled "contextMenu"Inherited from: IgcGridBaseComponentEventMap
Emitted when a cell or row is right clicked.
contextMenu: CustomEvent<IgcGridContextMenuEventArgs> dataChanged
Section titled "dataChanged"Inherited from: IgcGridBaseComponentEventMap
Emitted after the grid's data view is changed because of a data operation, rebinding, etc.
dataChanged: CustomEvent<IgcForOfDataChangeEventArgs> dataChanging
Section titled "dataChanging"Inherited from: IgcGridBaseComponentEventMap
Emitted before the grid's data view is changed because of a data operation, rebinding, etc.
dataChanging: CustomEvent<IgcForOfDataChangeEventArgs> dataPreLoad
Section titled "dataPreLoad"Inherited from: IgcGridBaseComponentEventMap
Emitted when a new chunk of data is loaded from virtualization.
dataPreLoad: CustomEvent<IgcForOfState> doubleClick
Section titled "doubleClick"Inherited from: IgcGridBaseComponentEventMap
Emitted when a cell is double clicked.
doubleClick: CustomEvent<IgcGridCellEventArgs> expansionStatesChange
Section titled "expansionStatesChange"Inherited from: IgcGridBaseComponentEventMap
Emitted when the rows are expanded or collapsed.
expansionStatesChange: CustomEvent<Map<any, boolean>> filtering
Section titled "filtering"Inherited from: IgcGridBaseComponentEventMap
Emitted before filtering expressions are applied.
filtering: CustomEvent<IgcFilteringEventArgs> filteringDone
Section titled "filteringDone"Inherited from: IgcGridBaseComponentEventMap
Emitted after filtering is performed through the UI.
filteringDone: CustomEvent<IgcFilteringExpressionsTree> filteringExpressionsTreeChange
Section titled "filteringExpressionsTreeChange"Inherited from: IgcGridBaseComponentEventMap
Emitted after filtering is performed.
filteringExpressionsTreeChange: CustomEvent<IgcFilteringExpressionsTree> formGroupCreated
Section titled "formGroupCreated"Inherited from: IgcGridBaseComponentEventMap
Emitted when formGroup is created on edit of row/cell.
formGroupCreated: CustomEvent<IgcGridFormGroupCreatedEventArgs> gridCopy
Section titled "gridCopy"Inherited from: IgcGridBaseComponentEventMap
Emitted when a copy operation is executed.
gridCopy: CustomEvent<IgcGridClipboardEvent> gridKeydown
Section titled "gridKeydown"Inherited from: IgcGridBaseComponentEventMap
Emitted when keydown is triggered over element inside grid's body.
gridKeydown: CustomEvent<IgcGridKeydownEventArgs> gridScroll
Section titled "gridScroll"Inherited from: IgcGridBaseComponentEventMap
Emitted when grid is scrolled horizontally/vertically.
gridScroll: CustomEvent<IgcGridScrollEventArgs> groupingDone
Section titled "groupingDone"Inherited from: IgcGridBaseComponentEventMap
Emitted when columns are grouped/ungrouped.
groupingDone: CustomEvent<IgcGroupingDoneEventArgs> groupingExpansionStateChange
Section titled "groupingExpansionStateChange"Inherited from: IgcGridBaseComponentEventMap
Emitted when groups are expanded/collapsed.
groupingExpansionStateChange: CustomEvent<IgcGroupByExpandState[]> groupingExpressionsChange
Section titled "groupingExpressionsChange"Inherited from: IgcGridBaseComponentEventMap
Emitted when grouping is performed.
groupingExpressionsChange: CustomEvent<IgcGroupingExpression[]> rangeSelected
Section titled "rangeSelected"Inherited from: IgcGridBaseComponentEventMap
Emitted when making a range selection.
rangeSelected: CustomEvent<IgcGridSelectionRange> rendered
Section titled "rendered"Inherited from: IgcGridBaseComponentEventMap
Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM
rendered: CustomEvent<boolean> rowAdd
Section titled "rowAdd"Inherited from: IgcGridBaseComponentEventMap
Emmited just before the newly added row is commited.
rowAdd: CustomEvent<IgcRowDataCancelableEventArgs> rowAdded
Section titled "rowAdded"Inherited from: IgcGridBaseComponentEventMap
Emitted when a row is added.
rowAdded: CustomEvent<IgcRowDataEventArgs> rowClick
Section titled "rowClick"Inherited from: IgcGridBaseComponentEventMap
Emitted when a row is clicked.
rowClick: CustomEvent<IgcGridRowEventArgs> rowDelete
Section titled "rowDelete"Inherited from: IgcGridBaseComponentEventMap
Emmited when deleting a row.
rowDelete: CustomEvent<IgcRowDataCancelableEventArgs> rowDeleted
Section titled "rowDeleted"Inherited from: IgcGridBaseComponentEventMap
Emitted when a row is deleted.
rowDeleted: CustomEvent<IgcRowDataEventArgs> rowDragEnd
Section titled "rowDragEnd"Inherited from: IgcGridBaseComponentEventMap
Emitted when dropping a row.
rowDragEnd: CustomEvent<IgcRowDragEndEventArgs> rowDragStart
Section titled "rowDragStart"Inherited from: IgcGridBaseComponentEventMap
Emitted when start dragging a row.
rowDragStart: CustomEvent<IgcRowDragStartEventArgs> rowEdit
Section titled "rowEdit"Inherited from: IgcGridBaseComponentEventMap
Emitted when exiting edit mode for a row.
rowEdit: CustomEvent<IgcGridEditEventArgs> rowEditDone
Section titled "rowEditDone"Inherited from: IgcGridBaseComponentEventMap
Emitted after exiting edit mode for a row and editing has been committed.
rowEditDone: CustomEvent<IgcGridEditDoneEventArgs> rowEditEnter
Section titled "rowEditEnter"Inherited from: IgcGridBaseComponentEventMap
Emitted when a row enters edit mode.
rowEditEnter: CustomEvent<IgcGridEditEventArgs> rowEditExit
Section titled "rowEditExit"Inherited from: IgcGridBaseComponentEventMap
Emitted when row editing is canceled.
rowEditExit: CustomEvent<IgcGridEditDoneEventArgs> rowPinned
Section titled "rowPinned"Inherited from: IgcGridBaseComponentEventMap
Emitted when the pinned state of a row is changed.
rowPinned: CustomEvent<IgcPinRowEventArgs> rowPinning
Section titled "rowPinning"Inherited from: IgcGridBaseComponentEventMap
Emitted when the pinned state of a row is changed.
rowPinning: CustomEvent<IgcPinRowEventArgs> rowSelectionChanging
Section titled "rowSelectionChanging"Inherited from: IgcGridBaseComponentEventMap
Emitted when grid row is selected.
rowSelectionChanging: CustomEvent<IgcRowSelectionEventArgs> rowToggle
Section titled "rowToggle"Inherited from: IgcGridBaseComponentEventMap
Emitted when the expanded state of a row gets changed.
rowToggle: CustomEvent<IgcRowToggleEventArgs> selected
Section titled "selected"Inherited from: IgcGridBaseComponentEventMap
Emitted when a cell is selected.
selected: CustomEvent<IgcGridCellEventArgs> selectedRowsChange
Section titled "selectedRowsChange"Inherited from: IgcGridBaseComponentEventMap
Emitted when the rows are selected or deselected.
selectedRowsChange: CustomEvent<any[]> sorting
Section titled "sorting"Inherited from: IgcGridBaseComponentEventMap
Emitted before sorting expressions are applied.
sorting: CustomEvent<IgcSortingEventArgs> sortingDone
Section titled "sortingDone"Inherited from: IgcGridBaseComponentEventMap
Emitted after sorting is completed.
sortingDone: CustomEvent<IgcSortingExpression[]> sortingExpressionsChange
Section titled "sortingExpressionsChange"Inherited from: IgcGridBaseComponentEventMap
Emitted before sorting is performed.
sortingExpressionsChange: CustomEvent<IgcSortingExpression[]> toolbarExporting
Section titled "toolbarExporting"Inherited from: IgcGridBaseComponentEventMap
Emitted when an export process is initiated by the user.
toolbarExporting: CustomEvent<IgcGridToolbarExportEventArgs> validationStatusChange
Section titled "validationStatusChange"Inherited from: IgcGridBaseComponentEventMap
Emitted when grid's validation status changes.
validationStatusChange: CustomEvent<IgcGridValidationStatusEventArgs>