telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
469 stars 217 forks source link

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

Open yanmariomenev opened 2 years ago

yanmariomenev commented 2 years ago

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

KevinValmo commented 2 years ago

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

Forked Stackbliz

VeselinShterev commented 1 year ago

@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

ThiruKannan commented 2 months ago

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

slavenai commented 2 months ago

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.