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

Clear

methods

Clears the form fields. Sets all model fields to null except the ones with hidden input (editor: "hidden").

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

<script>
    $("#myForm").kendoForm({
        formData: {
            ID: 1,
            Name: "Ivan",
            Address: "Sofia"
        }
    });

    var form = $("#myForm").getKendoForm();

    form.clear();
</script>
Not finding the help you need?
Contact Support