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

Anchor

configuration

Specifies the element that will be used as an anchor. The widget will open next to that element.

anchor

String|jQuery
<input id="datepicker" />
<div id="popup">CONTENT</div>

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