cellEdit, cellEditDone and cellEditExit emits same value for newValue and oldValue when cell editor is templated with igxCombo.
igxCellEditor template with igxCombo and bind the cell edit value to the combo like this [(ngModel)]="cell.editValue"On first update cellEdit, cellEditDone and cellEditExit emits correctly newValue and oldValue. On each next updata newValue and oldValue are emitted with same value.
On each cell update cellEdit, cellEditDone and cellEditExit should emit correct newValue and oldValue.
Similar issue here
Similar issue here
I鈥檓 aware of this issue and I'm currently working on it as well.