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

Open

methods

Opens the popup.

<div id="popup">CONTENT</div>
<button id="open">Open</button>
<script>
$("#popup").kendoPopup();

var popup = $("#popup").data("kendoPopup");

$("#open").click(function() {
    popup.open();
});
</script>
Not finding the help you need?
Contact Support