ai.aiAssistantWindow.themeColorStringdefault: ""

The themeColor option controls the color that will be applied to the AI AssistantWindow.

The following values are available for the themeColor:

  • primary
  • dark
  • light
  • none

Example - set AI AssistantWindow theme color

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