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

Value

configuration

The value of the widget.

value

String

Default: ""

<input id="textbox" />
<script>
    $("#textbox").kendoTextBox({
        value: "John Doe"
    });
</script>
Not finding the help you need?
Contact Support