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

The InLine editable row is not closing when adding a new record #7819

Closed
kendo-bot opened this issue May 2, 2024 · 0 comments
Closed

The InLine editable row is not closing when adding a new record #7819

kendo-bot opened this issue May 2, 2024 · 0 comments
Assignees
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery Next Release Item that will be included in the next official release Regression Broken functionality which was working previously SEV: Medium
Milestone

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented May 2, 2024

Bug report

When removing a data item through the DataSource remove() method, and then trying to add a new record in the Grid, the editable row does not close when clicking the "Save" command. The Grid is set up for InLine editing.

Reproduction of the problem

  1. Create an InLine editable Grid that binds to local data.

  2. Add a custom column command that removes the respective data item by using the remove() method of the DataSource.

  3. Delete a specified Grid record through the custom command.

  4. Add a new record and click the built-in "Save" command.

  5. The row remains in edit mode.

A Dojo sample for reproduction: https://dojo.telerik.com/IQIDuGOt

The last working version is 2024.1.130

Expected/desired behavior

The editable row must close when clicking "Save" or "Cancel".

Workaround

Use the Grid removeRow() method rather than the DataSource remove() method.

Environment

  • **Kendo UI version: 2024.1.319
  • **jQuery version: 3.7.0
  • **Browser: [all]
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label May 2, 2024
@mihaela-lukanova mihaela-lukanova added Bug SEV: Medium C: Grid jQuery Regression Broken functionality which was working previously labels May 2, 2024
@gdenchevprog gdenchevprog self-assigned this May 13, 2024
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels May 21, 2024
@sspasova sspasova added FP: Unplanned Sync status with associated Feedback Item Next Release Item that will be included in the next official release and removed FP: Completed Sync status with associated Feedback Item labels May 21, 2024
@sspasova sspasova added this to the 2024 Q3 (Aug) milestone May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery Next Release Item that will be included in the next official release Regression Broken functionality which was working previously SEV: Medium
Projects
None yet
Development

No branches or pull requests

4 participants