You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CellEditExit is triggered twice when I change to another Cell in a different row without closing the editing popup. The first event is for the current cell and the second time is for the new cell clicked.
igniteui-angular version: 12.3.8 & 13.0.0
browser: tested in Chrome
Steps to reproduce
Create an igx-grid with some data (at least two rows).
Add the CellEditExit event with a handler to inspect (use a console.log or debugger)
Add the rowEditable input to the igx-grid equals true.
Enter in the edit mode of any cell of the first row.
Without closing the popup (cancel, done) click on another cell in a different row.
Inspect the call in the CellEditExit handler, you will get the event trigger twice.
Result
The CellEditExit event is calling twice.
Expected result
The CellEditExit should be called just for the first cell.
Attachments
You can check the behavior in the stackBlitz sample:
Description
The CellEditExit is triggered twice when I change to another Cell in a different row without closing the editing popup. The first event is for the current cell and the second time is for the new cell clicked.
Steps to reproduce
Result
The CellEditExit event is calling twice.
Expected result
The CellEditExit should be called just for the first cell.
Attachments
You can check the behavior in the stackBlitz sample:
https://stackblitz.com/edit/angular-crstev?file=src/app/grid/grid-row-editing-sample/grid-row-editing-sample.component.ts
The text was updated successfully, but these errors were encountered: