toolbar.items.enableBoolean(default: true)

Specifies whether the control is initially enabled or disabled. Default value is "true".

Example

<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
    toolbar: {
        items: [
            {
                type: "button",
                text: "Disabled",
                enable: false
            },
            "pager"
        ]
    },
    pdfjsProcessing: {
        file: {
            url: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
        }
    }
});
</script>
In this article
toolbar.items.enable
Not finding the help you need?
Contact Support