New to Kendo UI for jQueryStart a free 30-day trial

Readonly

methods

Toggles the read-only state of the underlying TextArea widget.

<div id="inlineaiprompt"></div>
<script>
var inlineAiPrompt = $("#inlineaiprompt").kendoInlineAIPrompt().data("kendoInlineAIPrompt");
inlineAiPrompt.readonly(true);
</script>
Not finding the help you need?
Contact Support