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

Overflow

configuration

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

  • "auto"
  • "hidden"
  • "visible"
  • "scroll"
  • "clip"
  • "none"

overflow

String

Default: "auto"

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