Igniteui-angular: Grid emits wrong values in cell with IgxCombo template

Created on 12 Oct 2020  路  2Comments  路  Source: IgniteUI/igniteui-angular

Description

cellEdit, cellEditDone and cellEditExit emits same value for newValue and oldValue when cell editor is templated with igxCombo.

  • igniteui-angular version: 10.2
  • browser: all

Steps to reproduce

  1. Set igxCellEditor template with igxCombo and bind the cell edit value to the combo like this [(ngModel)]="cell.editValue"
  2. Run the application and update the value of a cell with combo.
  3. Update again the value of the cell.

Result

On first update cellEdit, cellEditDone and cellEditExit emits correctly newValue and oldValue. On each next updata newValue and oldValue are emitted with same value.

Expected result

On each cell update cellEdit, cellEditDone and cellEditExit should emit correct newValue and oldValue.

bug general regression medium resolved 10.2.x

All 2 comments

Similar issue here

Similar issue here
I鈥檓 aware of this issue and I'm currently working on it as well.

Was this page helpful?
0 / 5 - 0 ratings