or
.k-grid-content{ max-height: 200px;}var kendoWindow = $("<div id='msgwindow'/>").kendoWindow({ iframe: true, title: "foo", resizable: true, modal: true, width: "700px", height: "666px", content: { url: "foo.htm?startdate=" + foodate} }).data("kendoWindow"); kendoWindow.open().center();