ai.aiAssistantWindow.sizeString(default: "auto")

Sets a predefined size to the AI AssistantWindow. The width and height configuration options override the predefined size.

The supported values are:

  • auto
  • small
  • medium
  • large

Example - set AI AssistantWindow size

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