messageBox.rowsNumber(default: 1)

The initial number of visible rows for the built-in multiline input.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    authorId: "user",
    messageBox: {
        mode: "multi",
        rows: 4
    }
});
</script>
In this article
messageBox.rows
Not finding the help you need?
Contact Support