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

SetOptions

methods

Changes the initial Popup configuration.

Parameters:optionsObject

The new configuration options.

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

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

popup.setOptions({
    origin: "top left",
    position: "bottom left"
});

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