New to Telerik UI for Blazor? Start a free 30-day trial
FileManager Navigation
Updated on Feb 11, 2025
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.
Breadcrumb
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.