Unplanned
Last Updated: 14 Aug 2023 16:06 by n/a
n/a
Created on: 14 Aug 2023 16:06
Category: Grid
Type: Bug Report
1
Grid row reorder trigger Destroy transport

Bug report

When a Grid's row is reordered and then the changes are saved - a Destroy request is sent to the server for the dataItem of the reordered row. This happens even though no changes are applied to dataItem of the reordered row.

Reproduction of the problem

  1. Run this Telerik REPL or this Dojo
  2. Reorder a row
  3. Open the browser's Network Tab
  4. Click the Save Changes button

Expected/desired behavior

The Grid should request the reordered item to be perished from the backend.

Environment

  • Kendo UI version: 2023.2.718
0 comments