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

Selectable

configuration

Sets whether the Chip can be selected.

selectable

Boolean

Default: false

<span id="chip"></span>

<script>
    $("#chip").kendoChip({
        label: 'Chip text',
        selectable: true
    });
</script>
Not finding the help you need?
Contact Support