messages.toolbar.typeFieldString

Defines the text for the type field option in the sort field dropdown. This message appears as an option in the sort field dropdown menu, allowing users to sort files and folders by their file type or extension. 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: {
                typeField: "Type"
            }
        },
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
In this article
messages.toolbar.typeField
Not finding the help you need?
Contact Support