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

ButtonsTemplate

configuration

Specifies the template which is used for rendering the Form buttons.

buttonsTemplate

String|Function
<form id="myForm"></form>

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