items.enabledBoolean(default: true)

Toggles the enabled state of the item.

Example - disable an item

<div id="drawer">
    <div>Content area content.</div>
</div>
<script>
    $("#drawer").kendoDrawer({
        mode: "push",
        items: [
            { text: "Projects", icon: "folder" },
            { text: "Billing", icon: "dollar", enabled: false },
            { text: "Support", icon: "question-circle" }
        ]
    });
</script>
In this article
items.enabled
Not finding the help you need?
Contact Support