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

Destroy

methods

Prepares the Chip for safe removal from DOM. Detaches all event handlers and removes jQuery.data attributes to avoid memory leaks.

Important: This method does not remove the Chip element from DOM.

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