Skip to content

IgxGrid: rowAdded event fired when switching between existing rows in edit mode #11230

@ddaribo

Description

@ddaribo

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

  1. Open this sample
  2. Double-click some cell to enter row edit mode
  3. 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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions