ai.aiAssistantWindow.visibleBoolean(default: false)

Specifies whether the AI AssistantWindow will be initially visible.

Example - show AI AssistantWindow initially

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