Results:
Loading...

Angular Data GridGrid Events

This is a list of all the events that the grid raises.

Provide your event handler to the relevant Output property on the ag-grid-angular component. Note that the 'on' prefix is not part of the output name.

<ag-grid-angular (cellClicked)="onCellClicked($event)">

List of Events

The following are all events emitted by the grid. If using TypeScript, you can reference the interface for each event.

Accessories

Clipboard

See Clipboard for more information.

See: Clipboard Events
See: Clipboard Events
See: Clipboard Events
See: Clipboard Events

Columns

Components

See Components for more information.

Editing

See Cell Editing for more information.

See: Read Only Edit
See: Full Row Editing
See: Full Row Editing
See: Full Row Editing
See: Undo / Redo Events
See: Undo / Redo Events
See: Undo / Redo Events
See: Undo / Redo Events
See: Delete Range
See: Delete Range

Filtering

See Filtering for more information.

See: Advanced Filter

Integrated Charts

See Integrated Charts Events for more information.

Keyboard Navigation

See Keyboard Navigation for more information.

See: Keyboard Events

Miscellaneous

Pagination

See Row Pagination for more information.

Row Drag and Drop

See Row Dragging for more information.

Row Grouping

See Row Grouping for more information.

Row Pinning

See Row Pinning for more information.

RowModel: Client-Side

See Client-Side Row Model for more information.

RowModel: Server-Side

See Server-Side Row Model for more information.

Selection

See Selection Overview for more information.

Sorting

See Row Sorting for more information.

Tooltips

See Tooltip Component for more information.