open

Opens the popup of the component.

Example - destroy the widget

<div id="signature"></div>
<script>
    $("#signature").kendoSignature();
    var signature = $("#signature").data("kendoSignature");
    signature.open();
</script>
In this article