FileManager

Example

Razor
<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

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
data-source-idStringThe Id of the data source.
draggableBooleanEnables or disables the drag and drop features of the FileManager.
heightDoubleConfigures the height of the FileManager.
initial-viewStringConfigures the initial view of the FileManager.
on-commandStringThe name of the JavaScript function that will handle the command event. 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-bindingStringThe name of the JavaScript function that will handle the dataBinding event. Fired before the widget binds to its data source.
on-data-boundStringThe name of the JavaScript function that will handle the dataBound event. Fired when the widget is bound to data from its data source.
on-dropStringThe name of the JavaScript function that will handle the drop event. Fired when a file is dragged and dropped over a folder.
on-errorStringThe name of the JavaScript function that will handle the error event. Fired when a error in the DataSource happen.
on-executeStringThe name of the JavaScript function that will handle the execute event. Fired when a command is executed.
on-navigateStringThe name of the JavaScript function that will handle the navigate event. Fired when navigation occurs.
on-openStringThe name of the JavaScript function that will handle the open event. Fired when a file is opened (with double click).
on-selectStringThe name of the JavaScript function that will handle the select event. Fired when selection changes.
resizableBooleanConfigures the resizable features of the FileManager.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
upload-urlStringSets the upload url for the Upload widget.
widthDoubleConfigures the width of the FileManager.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support