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

Triggered when a command item from the Commands view is clicked. The panel bar dataItem of the selected item is available through the event argument.

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    commandExecute: function(e) {
        console.log("Command executed:", e.item);
    }
});
</script>
Not finding the help you need?
Contact Support