kendo-ui-core
kendo-ui-core copied to clipboard
TreeList Inline editing missing Update button
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
- Run this Dojo
- 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