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.
data-source-idStringThe Id of the data source.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
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.
as-moduleBoolean
draggableBooleanEnables or disables the drag and drop features of the FileManager.
has-client-componentBoolean
heightDoubleConfigures the height of the FileManager.
initial-viewStringConfigures the initial view of the FileManager.
on-commandStringFired 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-bindingStringFired before the widget binds to its data source.
on-data-boundStringFired when the widget is bound to data from its data source.
on-dropStringFired when a file is dragged and dropped over a folder.
on-errorStringFired when a error in the DataSource happen.
on-executeStringFired when a command is executed.
on-navigateStringFired when navigation occurs.
on-openStringFired when a file is opened (with double click).
on-selectStringFired when selection changes.
resizableBooleanConfigures the resizable features of the FileManager.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
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