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

FocusFirst

configuration

Specifies if the first editor of the form will be focused on initialization.

focusFirst

Boolean

Default: false

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

<script>
    $("#myForm").kendoForm({
        formData: {
            Name: "Ivan",
            ZipCode: 1000
        },
        focusFirst: true
    });
</script>
Not finding the help you need?
Contact Support