The options that will be used for the popup initialization. For more details about the available options refer to Popup documentation.

Example

<button id="splitButton">Command</button>
<script>
    $("#splitButton").kendoSplitButton({
        items: [
            { text: "Option 1" },
            { text: "Option 2" },
            { text: "Option 3" }
        ],
        popup: {
            origin: "top left",
            position: "bottom left",
            collision: "flip",
            animation: {
                open: { effects: "slideIn:down" },
                close: { effects: "slideIn:up" }
            }
        }
    });
</script>
In this article
popupRelated Properties
Not finding the help you need?
Contact Support