placeholderString(default: "")

The hint displayed by the widget when it is empty. Not set by default.

Example - specify placeholder

<textarea id="description"></textarea> <script> $("#description").kendoTextArea({ placeholder: "Enter value ..." }) </script>
In this article
placeholder
Not finding the help you need?
Contact Support