File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,8 @@ A list of the events emitted by the **igx-grid**:
224
224
| ` rowEdit ` | Emitted just before a row in edit mode's value is committed (e.g. by clicking the Done button on the Row Editing Overlay).|
225
225
| ` rowEditDone ` | Emitted after exiting edit mode for a row and editing has been committed.|
226
226
| ` rowEditExit ` | Emitted when a row exits edit mode without committing its values (e.g. by clicking the Cancel button on the Row Editing Overlay).|
227
+ | ` dataChanging ` | Emitted before the grid's data view is changed because of a data operation, rebinding, etc.|
228
+ | ` dataChanged ` | Emitted after the grid's data view is changed because of a data operation, rebinding, etc.|
227
229
| ` cellClick ` | Emitted when a cell is clicked. Returns the cell object.|
228
230
| ` columnMoving ` | Emitted when a column is moved. Returns the source and target columns objects. This event is cancelable.|
229
231
| ` columnMovingEnd ` | Emitted when a column moving ends. Returns the source and target columns objects. This event is cancelable.|
You can’t perform that action at this time.
0 commit comments