actionButton.enableBoolean(default: true)

Enables or disables the Action button.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    actionButton: {
        enable: false
    },
    placeholder: "Action button is disabled..."
});
</script>
In this article
actionButton.enable
Not finding the help you need?
Contact Support