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

DropDownTree's refresh method does not re-render the nodes

Open IvanDanchev opened this issue 4 years ago • 0 comments

Bug report

The DropDownTree's refresh API method re-renders only the noDataTemplate and the footerTemplate. The nodes are not re-rendered.

Reproduction of the problem

Current behavior

Only the noDataTemplate and the footerTemplate are re-rendered.

Expected/desired behavior

The method should also re-render the nodes, similarly to the DropDownList's refresh method, which re-renders its items.

Environment

  • Kendo UI version: 2021.1.330
  • jQuery version: x.y
  • Browser: [all]

IvanDanchev avatar Apr 28 '21 09:04 IvanDanchev