Completed
Last Updated: 05 Dec 2023 12:59 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
Andrew
Created on: 15 Sep 2022 13:35
Category: TreeList
Type: Bug Report
1
InLine Editable TreeList doesn't send all its data on Create and Update

Bug report

InLine Editable TreeList doesn't send all its data on Create and Update, if it is reorderable and the "Update" text of the Update button is clicked

Reproduction of the problem

  1. Run this project Demo.zip
  2. Click Add new record or Add child
  3. Enter a Name and a Url
  4. Click on the "Update" text of the Update button
  5. Inspect the Network tab for Create/Update request

For a visual reproduction guide review this screen capture

Current behavior

When the text of the Update button is clicked a part of the updated data item isn't sent to the server.

Expected/desired behavior

The whole data item has to be send to the server on Update/Create

Environment

  • Kendo UI version: 2022.3.913
0 comments