Description
The rowAdded event is fired in a row editable grid when switching between existing rows in edit mode.
- igniteui-angular version: 13.1.x, 12.3.x
- browser: any
Steps to reproduce
- Open this sample
- Double-click some cell to enter row edit mode
- Click on another cell while still in edit mode
Result
The alert message from the rowAdded event handler is shown.
Expected result
Not to execute the rowAdded event handler, unless a new row is added.