messages.ai.successString

Defines the text to be displayed for the output text for a successful operation. Used primarily for localization.

Example - change the text configuration for the ai features

<div id="grid"></div>
<script>
$("#grid").kendoGrid({
   columns: [
     { field: "name" },
     { field: "age" },
     { command: "destroy" }
   ],
   dataSource: [
     { name: "Jane Doe", age: 30 },
     { name: "John Doe", age: 33 }
   ],
   toolbar: ["aiAssistant"],
   filterable: true,
   ai: {
      service: "https://demos.telerik.com/service/v2/ai/grid/smart-state"
   },
   messages: {
    ai: {
      success: "Operation is successful."
    }
   },
   height: 550
});
</script>
In this article
messages.ai.success
Not finding the help you need?
Contact Support