value String(default: "")

The value of the widget.

Example - specify value of the widget

<textarea id="description"></textarea>
<script>
    $("#description").kendoTextArea({
            value: "Best offer in the area!"
    })
</script>
In this article