Skip to content

Commit 3476e9d

Browse files
committed
docs(grid): adding the new outputs to readme
1 parent 053db50 commit 3476e9d

File tree

1 file changed

+2
-0
lines changed
  • projects/igniteui-angular/src/lib/grids

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ A list of the events emitted by the **igx-grid**:
224224
|`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).|
225225
|`rowEditDone`|Emitted after exiting edit mode for a row and editing has been committed.|
226226
|`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.|
227229
|`cellClick`|Emitted when a cell is clicked. Returns the cell object.|
228230
|`columnMoving`|Emitted when a column is moved. Returns the source and target columns objects. This event is cancelable.|
229231
|`columnMovingEnd`|Emitted when a column moving ends. Returns the source and target columns objects. This event is cancelable.|

0 commit comments

Comments
 (0)