Hello,
I'm currently working on displaying a list of items as a table. The user should be able to reorder the list using a drag handle in one of the cells. It should also be able to filter items, though reordering will only be enabled if no filter is applied.
I was trying to implement this using a Kendo Data Grid and the cdk drag and drop module. This didn't work very well together.
I also looked into the new Kendo Drag and Drop Utility, but this doesn't seem to be intended for reordering elements within a collection in the same way cdk is with cdkDropList.
Is there a way to do this using a grid?
I've found other posts about this topic:
They are already 2+ years old though so I was wondering if there are any developments regarding this functionality.
Thanks!