FileManager

Example

<kendo-filemanager>
    <breadcrumb />
    <context-menu></context-menu>
    <dialogs></dialogs>
    <filemanager-datasource></filemanager-datasource>
    <messages />
    <preview-pane></preview-pane>
    <toolbar></toolbar>
    <upload></upload>
    <views />
</kendo-filemanager>

ChildTags

Tag Name Details
breadcrumb FileManagerBreadcrumbSettingsTagHelper
context-menu FileManagerContextMenuSettingsTagHelper
dialogs FileManagerDialogsSettingsTagHelper
filemanager-datasource FileManagerDataSourceTagHelper
messages FileManagerMessagesSettingsTagHelper
preview-pane FileManagerPreviewPaneSettingsTagHelper
toolbar FileManagerToolbarSettingsTagHelper
upload FileManagerUploadSettingsTagHelper
views FileManagerViewsSettingsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
data-source-id String The Id of the data source.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
draggable Boolean Enables or disables the drag and drop features of the FileManager.
has-client-component Boolean
height Double Configures the height of the FileManager.
initial-view String Configures the initial view of the FileManager.
on-command String Fired when server command is executed (copy, move, delete or rename).The event is useful to get feedback when server commands has failed or succeeded and take additional actions based on the status.
on-data-binding String Fired before the widget binds to its data source.
on-data-bound String Fired when the widget is bound to data from its data source.
on-drop String Fired when a file is dragged and dropped over a folder.
on-error String Fired when a error in the DataSource happen.
on-execute String Fired when a command is executed.
on-navigate String Fired when navigation occurs.
on-open String Fired when a file is opened (with double click).
on-select String Fired when selection changes.
resizable Boolean Configures the resizable features of the FileManager.
sanitize-id Boolean
upload-url String Sets the upload url for the Upload widget.
width Double Configures the width of the FileManager.
In this article
Not finding the help you need?