ai.aiAssistantWindow.position.leftNumber|String
Specifies the initial left position of the AI AssistantWindow. Numeric values are treated as pixels.
Example - configure AI AssistantWindow left position
<div id="grid"></div>
<script>
$("#grid").kendoGrid({
columns: [{ field: "name" }],
dataSource: [{ name: "Jane Doe" }],
toolbar: ["aiAssistant"],
ai: {
service: "https://demos.telerik.com/service/v2/ai/grid/smart-state",
aiAssistantWindow: {
position: {
left: 200
}
}
}
});
</script>
In this article