Hello,
I followed this example, to create new kendo window: http://demos.telerik.com/kendo-ui/window/index
The "example" div on the example has min-height 500. I my case, i dont want to have any space on parent (first) window.
I createed div like:
<div id="modalDetail" style="display:none">
</div>
to bind kendo window.
When I open thw window, a white space i added (shown by red arrow on attached picture).
Is there any explanation, why this happen or how to stop it?
Thanks for any answer.