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

Attributes

configuration

Defines custom attributes of the Chip's element.

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

<script>
    $("#chip").kendoChip({
        label: 'Disabled chip',
        attributes: { "data-val" : "custom data attribute" }
    });
</script>
Not finding the help you need?
Contact Support