kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

TreeList Inline editing missing Update button

Open StoyanGoranov opened this issue 3 years ago • 0 comments

Bug report

When the data-command="createChild" in the TreeList's DataBound handler is hidden the Update button also disappears - if (dataItem.isNew()) { row.find("[data-command='createchild']").hide(); }

Reproduction of the problem

  1. Run this Dojo
  2. Click on "Add new record" or "Add child"

Expected/desired behavior

The Update button shouldn't be hidden

Environment

  • Kendo UI version: 2022.3.913

StoyanGoranov avatar Sep 15 '22 13:09 StoyanGoranov