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

Unmerging cells sets the value to each of the previously merged cells #4227

Closed
IvanDanchev opened this issue May 21, 2018 · 2 comments
Closed
Assignees
Labels
Bug C: Spreadsheet FP: Completed Sync status with associated Feedback Item jQuery SEV: Low
Milestone

Comments

@IvanDanchev
Copy link
Contributor

IvanDanchev commented May 21, 2018

Bug report

The root cause of the issue is the fact that internally, we are populating all merged cells (not only the first one) with the same typed value. As a result, when the first three cells on the first row are merged, the =COUNTA(A1:C1) function will return 3, while in Excel it will return 1.

Reproduction of the problem

Reproducible in the demos. Screencast.

  1. Select several cells and merge them.
  2. Enter a value in the new cell.
  3. Unmerge the cells.

Current behavior

The value is set to all previously merged cells.

Expected/desired behavior

The value is set only to the first cell in the range of merged cells.

Environment

  • Kendo UI version: 2019.3.1023
  • jQuery version: x.y
  • Browser: [all]
@veselints
Copy link
Contributor

Also reported in Ticket ID: 1405609

@PekoPPT
Copy link
Contributor

PekoPPT commented Apr 23, 2019

This issue could be also observed with COUNTBLANK, SUBTOTAL, and COUNT (range operations).
Ticket ID: 1406172

@veselints veselints self-assigned this Jan 22, 2021
@kendo-bot kendo-bot added FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Jan 22, 2021
@mparvanov mparvanov added this to the 2021.R1.SP.next milestone Jan 28, 2021
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Spreadsheet FP: Completed Sync status with associated Feedback Item jQuery SEV: Low
Projects
None yet
Development

No branches or pull requests

6 participants