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

ClearButton

configuration

Specifies if the clearButton should be rendered on initialization.

Default: true

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

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