New to Kendo UI for jQuery? Start a free 30-day trial

FormData

configuration

Provides the data model of the Form.

The widget renders the form fields based on their data type, unless the items option is specified.

formData

Object
<form id="myForm"></form>

<script>
    $("#myForm").kendoForm({
        formData: {
            ID: 1,
            Name: "Ivan",
            Address: "Sofia"
        }
    });
</script>
Not finding the help you need?
Contact Support