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

anyway to make clickable breadcrumb?

1 Answer 47 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 16 Mar 2016, 04:42 PM

Like in Total Commander that user can navigate back by clicking in folder name in breadcrumb?

thanks

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 17 Mar 2016, 02:38 PM
Hi Robert,

You can implement your own breadcrumb navigation by handling the FileExplorer's OnClientFolderChange event and get the path and the name of the currently opened folder in it. Once you assign the collected data to links forming your breadcrumb navigation, you can handle their click event and open the desired folder by using the FileExplorer's open() method.

You can also see a possible way to integrate breadcrumb with RadTreeView in the following forum thread: http://www.telerik.com/forums/breadcrumb-with-treeview

Regards,
Vessy
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
FileExplorer
Asked by
Robert
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or