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

LayoutFlow

configuration

This option is used to specify the layout flow of the component. Can also be set to the following string values: vertical or horizontal.

Default: "vertical"

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