rows Number (default: 1)

The number of visible text lines for the control.

Example - specify widget height

<textarea id="description"></textarea>
<script>
    $("#description").kendoTextArea({
            rows: 10
    })
</script>
In this article