This is a migrated thread and some comments may be shown as answers.

Adding breadcrumbs to a treeview

2 Answers 346 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 26 Aug 2016, 08:48 AM

Hi I am trying to create breadcrumbs for a treeview.

a came across a JSfiddle http://jsfiddle.net/korchev/nktUe/8/ Which does work but e.node is not allways available especially if the datasource is changed.

 

I was wondering if anyone has had any luck with breadcrumbs on a tree view.

2 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 30 Aug 2016, 08:25 AM
Hello Paul,

I modified the provided example to update the breadcrumbs after a node is deleted. Please use a similar logic in the function where the nodes can be changed:

http://jsfiddle.net/nktUe/84/

Also, I can suggest checking all of the event available through the Kendo UI TreeView public API:

http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview#events

If additional assistance is needed, please send a runnable example that reproduces the issue so I can provide a suggestion best suited for that implementation.

Regards,
Stefan
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Paul
Top achievements
Rank 1
answered on 30 Aug 2016, 10:09 AM
Thank you very much that is perfect for what I need.
Tags
TreeView
Asked by
Paul
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Paul
Top achievements
Rank 1
Share this question
or