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

Resize

configuration

The auto option can be used only with the maxRows configuration.

Sets a value controlling how the resize is applied. Can also be set to the following string values:

  • "both"
  • "horizontal"
  • "vertical"
  • "auto"
  • "none"

resize

String

Default: "none"

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