ai.aiAssistantWindow.open

Triggered when a AI Assistant Window is opened, that is, when the open() method is called.

Example - subscribing to the open event

<div id="grid"></div>
<script>
$("#grid").kendoGrid({
   columns: [{ field: "name" }],
   dataSource: [{ name: "Jane Doe" }],
   toolbar: ["aiAssistant"],
   ai: {
     aiAssistantWindow: {
        open: () => console.log("AI Assistant Window open!")
     },
     service: "https://demos.telerik.com/service/v2/ai/grid/smart-state",
   }
});
</script>
In this article
ai.aiAssistantWindow.open
Not finding the help you need?
Contact Support