items.selectedBoolean(default: false)

Toggles the selected state of the item.

Example - select an item by default

<div id="drawer">
    <div>Content area content.</div>
</div>
<script>
    $("#drawer").kendoDrawer({
        mode: "push",
        items: [
            { text: "Overview", icon: "home" },
            { text: "Profile", icon: "user", selected: true },
            { text: "Security", icon: "lock" }
        ]
    });
</script>
In this article
items.selected
Not finding the help you need?
Contact Support