Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yanmariomenev opened this issue Dec 27, 2021 · 2 comments

Comments

@yanmariomenev
Copy link
Contributor

yanmariomenev commented Dec 27, 2021

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
Copy link

KevinValmo commented Oct 17, 2022

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

Forked Stackbliz

@VeselinShterev
Copy link

@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

@svetq svetq added Bug and removed Enhancement labels Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants