V
Vimalkumar Selvaraj
Guest
Hi, Could you explain little about your use case what you are trying achieve by using this kendo tree view component?.. In your case you should try to get parentId recursive way normal loop doesn't help you as tree node can be nested "N" times. However you can include parentId in your data model helps you to easily get parentId instead of running a recursive code every time your drag event is end. I created a simple code snippet to achieve this. If you need more details on this please explain us your use case so that we can help you better on this. Thanks, Vimal.
Continue reading...
Continue reading...