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

MaxLength

configuration

The maximum number of characters that the user can enter.

maxLength

Number

Default: null

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