messages.views.sizeFieldString

Defines the text for the size field column header in the FileManager view. This message appears as a column header in both list and grid views, identifying the column that displays file sizes. 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: {
                sizeField: "File Size"
            }
        },
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
In this article
messages.views.sizeField
Not finding the help you need?
Contact Support