ai.aiAssistantObject

Defines the configuration options for the AI Assistant tool in the Grid.

Example - configure AI Assistant tool

<div id="grid"></div>
<script>
$("#grid").kendoGrid({
   columns: [
     { field: "ProductName" },
     { field: "UnitPrice" },
     { field: "UnitsInStock" }
   ],
   dataSource: {
     transport: {
       read: {
         url: "https://demos.telerik.com/service/v2/core/detailproducts",
       },
     },
     pageSize: 5
   },
   sortable: true,
   toolbar: ["aiAssistant"],
   ai: {
     aiAssistant: {
       promptSuggestions: ["Show me the most expensive products",],
     },
     service: "https://demos.telerik.com/service/v2/ai/grid/smart-state"
   }
});
</script>

Related Properties

In this article
ai.aiAssistantRelated Properties
Not finding the help you need?
Contact Support