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

Enable

configuration

If set to false, the widget will be disabled and will not allow user input. The widget is enabled by default and allows user input.

enable

Boolean

Default: true

<textarea id="description"></textarea>
<script>
    $("#description").kendoTextArea({
        rows:20,
        enable: false
    })
</script>
Not finding the help you need?
Contact Support