dialogsObject

Specifies the composite Dialog widgets of the FileManager.

Example

<div id="fileManager"></div> <script> var baseUrl = "https://demos.telerik.com/service/v2/core/filemanager/"; $("#fileManager").kendoFileManager({ dialogs: { upload: { title: "Upload Files" }, deleteConfirm: { title: "Confirm Deletion" } }, dataSource: { transport: { read: { method: "POST", url: baseUrl + "Read" } } } }); </script>
In this article
dialogsRelated Properties
Not finding the help you need?
Contact Support