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

Grid data dissapears after save when loaderType is set to skeleton #7802

Closed
nelito987 opened this issue Apr 17, 2024 · 0 comments
Closed

Grid data dissapears after save when loaderType is set to skeleton #7802

nelito987 opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
Bug C: Grid FP: Completed Sync status with associated Feedback Item jQuery Next Release Item that will be included in the next official release SEV: High
Milestone

Comments

@nelito987
Copy link
Contributor

Bug report

When the loaderType is set to skeleton and the user edit the cells in the Grid, when saving the Grid is displayed empty.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliK/AGATEWAR
  2. Edit a record and click the 'Save changes' button.

Current behavior

The Grid does not display any data. The Grid is displayed as expected when the default loaderType is set.

Expected/desired behavior

The updated data should be displayed

The issue is a regression introduced with 2024.1.319 version

Workaround - https://dojo.telerik.com/@NeliK/OyIXIHuJ

sync: function(e){
           $("#grid").data('kendoGrid').refresh()
 },

Environment

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

No branches or pull requests

3 participants