messages.views.itemsString

Defines the text suffix used when displaying item counts in the FileManager views. This message appears alongside numerical values to indicate the number of items (files and folders) in a directory or selection. 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: {
            views: {
                items: "items"
            }
        },
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
In this article
messages.views.items
Not finding the help you need?
Contact Support