popup.appendToString

Defines a jQuery selector that will be used to find a container element, where the popup will be appended to.

Example - append the popup to a specific element

<div id="container">
    <input id="datepicker" />
</div>
<script>
$("#datepicker").kendoDatePicker({
  popup: {
    appendTo: $("#container")
  }
});
</script>
In this article
popup.appendTo
Not finding the help you need?
Contact Support