ai.aiAssistantWindow.maxHeightNumber(default: Infinity)

The maximum height (in pixels) that may be achieved by resizing the AI AssistantWindow.

Example - set AI AssistantWindow maximum height

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