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

Readonly

configuration

If set to true, the widget will be readonly and will not allow user input. The widget is not readonly by default and allows user input.

readonly

Boolean

Default: false

<textarea id="description"></textarea>
<script>
    $("#description").kendoTextArea({
            readonly: true
    })
</script>
Not finding the help you need?
Contact Support