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

AutoFocus

configuration

Determines whether the Window will be focused automatically when opened. The property also influences the focus behavior when an already opened Window is clicked.

autoFocus

Boolean

Default: true

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  autoFocus: false
});
</script>
Not finding the help you need?
Contact Support