New to Kendo UI for jQueryStart a free 30-day trial

ActiveView

methods

Changes the active view. If no argument is provided, the method returns the index of the active view.

Parameters:viewNumber|String

The index of the active view or the name of the view to show. If no argument is provided, the method returns the index of the active view.

<div id="aiprompt"></div>
<script>
var aiprompt = $("#aiprompt").kendoAIPrompt().data("kendoAIPrompt");
aiprompt.activeView(1);
setTimeout(() => {
    aiprompt.activeView("prompt")
}, 1000);
</script>
Not finding the help you need?
Contact Support