Like in Total Commander that user can navigate back by clicking in folder name in breadcrumb?
thanks
1 Answer, 1 is accepted
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.