Bug report
When a template is used in MVVM scenario the values of the TreeView model are not updated correctly
Reproduction of the problem
- Open the Dojo example
- Select a node (for example 'Location 2')
- Click on the 'Add New' button - when clicking on the button the value of the 'showAddNewButtonBarcode' property is changed. Thus, the button should become invisible
Current behavior
Although the value of the showAddNewButtonBarcode is changed and 'data-bind="visible:.." is false, the button remains visible
Expected/desired behavior
The binding should work as expected. In this scenario, the button should become invisible.
The issue is a regression introduced with Kendo version 2019.3.917
Related to : #5226
Related commit: - telerik/kendo@ca858c6
Environment
- Kendo UI version: 2021.2.511
- Browser: [all]