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

Show

events

Triggered once the component has been opened programmatically.

<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
    show: function(e) {
        console.log("InlineAIPrompt opened");
    }
});
</script>
Not finding the help you need?
Contact Support