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

Position

methods

Re-positions the popup element

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

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

popup.open();
popup.position();
</script>
Not finding the help you need?
Contact Support