New to Telerik UI for Blazor? Download free 30-day trial

FileManager Navigation

The navigation within the file structure of the FileManager is achieved with the help of an inbuilt TreeView and Breadcrumb components.

TreeView

On the left-hand side of the FileManager, there is a nested Blazor UI TreeView component, listing all folders loaded in the FileManager. The TreeView provides you the possibility to rename files or folders, as well as execute commands with the inbuilt ContextMenu.

On the right side of the TreeView, there is a Blazor UI Breadcrumb component that shows the current folder path. The Breadcrumb allows you to navigate between the folders in the displayed path.

See Also

In this article