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

Width

configuration

Specifies the width of the Window.

width

Number | String
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  width: 400
});
</script>
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  width: "50%"
});
</script>
Not finding the help you need?
Contact Support