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

FillMode

configuration

Sets a value controlling how the color is applied. When undefined (the default), the theme controls the default fill mode. Can also be set to the following string values:

  • "solid"
  • "flat"
  • "outline"

The "none" value is deprecated. Use custom CSS instead.

fillMode

String

Default: undefined

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