We are migrating our legacy application which uses Telerik for Silverlight to react application with KendoReact controls. I am converting one screen which uses RadTreeView which gives us Drag and Drop with Reordering feature. Now, in KendoReact, TreeList control does not provide both the features.
Here is what we get when we start dragging item in Silverlight control:
I am expecting the same behavior in KendoReact: TreeList as we have to achieve the same behavior in our react application. This link has some discussion with support team.
Thanks,
Hello,
Thank you for the request.
We will monitor the interest and plan it accordingly.
As a side note, the link to the discussion with the support team is private, so other people will not be able to access it. In short, we provided this demo, but it still needs improvements:
https://stackblitz.com/edit/react-5izt1v-qpr4ea?file=app/data.ts
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
I just checked that KendoReact: TreeView component has both the features - Dran-Drop and Reordering. It seems these features are missed in TreeList component.
Please have a look at this example: