ai.aiAssistantWindow.appendToObject|String(default: document.body)

The element to which the AI AssistantWindow will be appended.

Example - append AI AssistantWindow to specific container

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