ai.aiAssistant.views.buttonTextString

The text of the toolbar button rendered for the view.

Example

<div id="grid"></div>
<script>
$("#grid").kendoGrid({
  columns: [
    { field: "productName" },
    { field: "category" }
  ],
  dataSource: [
    { productName: "Tea", category: "Beverages" },
    { productName: "Coffee", category: "Beverages" }
  ],
  ai: {
    aiAssistant: {
      views: [
        {
          type: "custom",
          name: "analytics",
          buttonText: "Analytics View"
        }
      ]
    }
  }
});
</script>
In this article
ai.aiAssistant.views.buttonText
Not finding the help you need?
Contact Support