placeholder String
(default: "")
The hint displayed by the widget when it is empty. Not set by default.
Example - specify placeholder
<input id="textbox" />
<script>
$("#textbox").kendoTextBox({
placeholder: "Enter value ..."
});
</script>