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

Pinned

configuration

Specifies whether the Window will be pinned, that is, that it will not move together with the page content during scrolling.

pinned

Boolean

Default: false

<div style="height: 5000px;"></div>
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  pinned: true,
  position: { top: 100 }
});
</script>
Not finding the help you need?
Contact Support