Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RivaIvanova opened this issue Sep 23, 2022 · 0 comments
Open

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

RivaIvanova opened this issue Sep 23, 2022 · 0 comments

Comments

@RivaIvanova
Copy link
Member

RivaIvanova commented Sep 23, 2022

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.

  • ignite-ui version: 22.1
  • browser: all

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant