UI for ASP.NET MVC
Sorting and filtering are also available as features in the FileManager component. Sorting can be accessed through a dropdown menu in the toolbar and by clicking the header of the columns in grid view.
Filtering can be accessed from a button in the toolbar which opens a pop-up window. The fields will depend on the metadata of files. For the date fields a set of predefined selectors will be provided and on "Custom" a DateRangePicker will be available.
The impeccable navigation of the FileManager component is achieved by combining two Telerik UI components - TreeView and Breadcrumb.
The MVC FileManager comes with a built-in Toolbar with a predefined set of tools. You can decide to show or hide them depending on your application's needs.
The Telerik UI for ASP.NET MVC FileManager's ContextMenu lets you execute commands on the selected file or folder. By default, the commands you can execute are Delete or Rename, but you can define your own custom commands.
See how in our documentation