New to Kendo UI for jQueryStart a free 30-day trial

Focus

methods

Focuses the widget.

<span id="chip"></span>
<script>
    $("#chip").kendoChip({ label: 'Chip text' });
    var chip = $("#chip").data("kendoChip");
    chip.focus();
</script>
Not finding the help you need?
Contact Support