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

MaxRows

configuration

The maximum number of visible rows to which the textarea can auto-resize. Used in combination with resize: "auto".

maxRows

Number

Default: null

<textarea id="description"></textarea>
<script>
    $("#description").kendoTextArea({
        resize: "auto",
        maxRows: 5
    })
</script>
Not finding the help you need?
Contact Support