valueString(default: "")
The value of the widget.
Example - specify value of the widget
<input id="textbox" />
<script>
    $("#textbox").kendoTextBox({
        value: "John Doe"
    });
</script>In this article
String(default: "")The value of the widget.
<input id="textbox" />
<script>
    $("#textbox").kendoTextBox({
        value: "John Doe"
    });
</script>