kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

[TreeView] Drag & Drop doesn't work with the built-in filtering handled by the binding directives

Open yanmariomenev opened this issue 4 years ago • 4 comments

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

yanmariomenev avatar Dec 27 '21 11:12 yanmariomenev

@yanmariomenev Any update on this? In "@progress/kendo-angular-treeview": "^7.1.2" does not work yet.

Forked Stackbliz

KevinValmo avatar Oct 17 '22 11:10 KevinValmo

@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:

https://stackblitz.com/edit/angular-vybqpu-574umq

VeselinShterev avatar Feb 22 '23 16:02 VeselinShterev

It is still not working in "@progress/kendo-angular-treeview": "15.1.0". May I know when this will be resolved?

ThiruKannan avatar Aug 29 '24 06:08 ThiruKannan

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.

slavenai avatar Aug 30 '24 13:08 slavenai