Kendo UI for jQuery FileManager Overview

The Kendo UI FileManager is an Explorer-like component enabling you to manage file and folders.

ninja-iconThe FileManager component is part of Kendo UI for jQuery, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

It enables you to organize and manage files and folders and provides you with a rich API for customization. You can show additional information about the selected file in a template-customizable Preview Pane, which you can show or hide via a switch button. The component is built entirely by Kendo UI for jQuery components: Grid, ListView, TreeView, Toolbar, Breadcrumb.

Kendo UI for jQuery FileManager with Basic Configuration

Functionality and Features

FeatureDefinition
Data bindingYou can bind the FileManager to local or remote data.
ContextMenuYou can configure the items that will be included in the ContextMenu.
Drag and DropThe FileManager allows you to enable or disable dragging of files and folders.
ViewsThe FileManager provides Grid and List views.
NavigationThe navigation in the FileManager is achieved through inbuilt TreeView and BreadCrumb components.
PreviewPaneYou can customize the appearance of the preview pane through multiple templates.
SearchThe FilelManager enables you to search for specific file or folder.
SortThe FileManager provides an inbuilt Sort functionality.
Toolbar CommandsYou can configure the items displayed in the integrated ToolBar component.
AccessibilityThe FileManager is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.
GlobalizationThe FileManager supports globalization to ensure that it can fit well in any application, no matter what languages and locales need to be supported. Additionally, the FileManager supports rendering in a right-to-left (RTL) direction.

Visit the Client API section for full description of the configurations methods and events of the Kendo UI for jQuery FileManager component.

See Also