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

Position

configuration

Specifies which point of the popup element to attach to the anchor's origin point. The value is space separated "y" plus "x" position.

The available "y" positions are:

  • "bottom"
  • "center"
  • "top"

The available "x" positions are:

  • "left"
  • "center"
  • "right"

position

String

Default: "top left"

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

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