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

TreeList Sends Only 3 Delete Requests for Parent Row with More Than Two Child #8110

Open
ivaylo-milanov opened this issue Jan 20, 2025 · 0 comments
Assignees
Labels
Bug C: TreeList FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously

Comments

@ivaylo-milanov
Copy link

Bug report

When a Kendo TreeList contains a parent row that is expanded and includes more than two child records, performing a delete operation results in only 3 delete requests being sent. Specifically, two for the last two child records and one for the parent record.

Reproduction of the problem

Here is a Dojo for reproduction: https://dojo.telerik.com/Cqxjobpr

Current behavior

Sends only 3 delete requests for the last 2 children and the parent.

Expected/desired behavior

Should send individual delete requests for the parent and every child

TicketID:

Here is the TicketID: 1676145

Environment

  • Browser: [all]
@ivaylo-milanov ivaylo-milanov added Bug C: TreeList jQuery Regression Broken functionality which was working previously labels Jan 20, 2025
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Jan 20, 2025
@gdenchevprog gdenchevprog self-assigned this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: TreeList FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously
Projects
None yet
Development

No branches or pull requests

2 participants