messages.toolbar.detailsCheckedString

Defines the text for the details toggle button when the details pane is visible. This message appears as an accessibility label or tooltip text when the details pane is currently shown, indicating the checked state of the toggle. 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: {
                detailsChecked: "On"
            }
        },
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
In this article
messages.toolbar.detailsChecked
Not finding the help you need?
Contact Support