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

AppendTo

configuration

Which element the popup will be appended to. The element needs to be relatively positioned.

appendTo

String|jQuery

Default: document.body

<input id="datepicker" />
<div id="container" style="position: relative"></div>

<div id="popup">CONTENT</div>

<script>
    $("#popup").kendoPopup({
        anchor: $("#datepicker"),
        appendTo: $("#container")
    }).data("kendoPopup").open();
</script>
Not finding the help you need?
Contact Support