Open yanmariomenev opened 2 years ago
@yanmariomenev Any update on this? In "@progress/kendo-angular-treeview": "^7.1.2" does not work yet.
@KevinValmo Hi Kevin,
Having both filtering and drag&drop options by using the built-in directives is possible with flat data. Please see the example below:
https://stackblitz.com/edit/angular-saewxn-ayxrgi
On the other hand, if passing hierarchical data to the TreeView component, the developer can implement manual filtering logic by binding to the filterChange event and still use the directives responsible for the drag&drop. Please see our manual filtering example for further reference and the below code example demonstrating a possible implementation of this approach as a workaround until this issue is being resolved:
It is still not working in "@progress/kendo-angular-treeview": "15.1.0". May I know when this will be resolved?
Hi @ThiruKannan ,
The issue is still not part of our immediate development plans. We will update the status of the issue, once a fix is available. Please subscribe to it, to be notified in a timely manner when there is any update on it.
Describe the bug Drag & Drop doesn't work with the built-in filtering handled by the binding directives like kendoTreeViewHierarchyBinding.
To Reproduce Steps to reproduce the behavior