messages.toolbar.deleteString

Defines the text for the delete button in the toolbar. This message appears as a tooltip and button label for the delete action that removes selected files or folders from the FileManager. It provides localization support for different languages and allows customization of the user interface text.

Example

<div id="fileManager"></div>
<script>
    var baseUrl = "https://demos.telerik.com/service/v2/core/filemanager/";

    $("#fileManager").kendoFileManager({
        messages: {
            toolbar: {
                delete: "Delete"
            }
        },
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
In this article
messages.toolbar.delete
Not finding the help you need?
Contact Support