IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 83 forks source link

rowMerge strategy is not considered when editMode is set to cell #2206

Open RivaIvanova opened 2 years ago

RivaIvanova commented 2 years ago

Description

When setting the editMode to cell, the rowMergeStrategy is not considered which causes dysfunctionality of the grid- cells with equal values are not merged and an input field is rendered outside the igGrid.

Steps to reproduce

  1. Open this demo.
  2. Edit the description of any record in the Beverages category, e.g., "Low fat milk", and press Enter.
  3. Set the edit mode to row and perform Step 2 again - everything works as expected.

Result

The rowMergeStrategy is not considered when editMode is set to cell.

Expected result

The rowMergeStrategy should be considered when editMode is set to cell.

Attachments

This could be observed in the below atachment: rowMerge-demo2