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

Deleting an empty row in databound Spreadsheet leads to unexpected results #6830

Open
eyupyusein opened this issue May 6, 2022 · 1 comment

Comments

@eyupyusein
Copy link
Contributor

Reproduction of the problem

Open this web site:
https://demos.telerik.com/kendo-ui/spreadsheet/datasource

And follow the steps provided here:
https://www.screencast.com/t/UdEKYqIve

Current behavior

The first added cell value (or row) is removed when the user deletes an empty row.
If the ID is entered, the result is even stranger:
https://www.screencast.com/t/osmVOiY7al

Expected/desired behavior

It should behave and function like Excel. I think with local/static binding there are no issues.

@veselints
Copy link
Contributor

veselints commented May 9, 2022

Manually adding an ID to a row in a DataSource bound Spreadsheet is not supported. IDs must only come with the items from the DataSource.

The main scenario, however, is a bug in the Spreadsheet.

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

3 participants