Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

Unset window dimension

$
0
0
Hello Ama,

The dimensions, as well as other Kendo UI Window options, can be reconfigured by using the setOptions property.

In the case of width and height properties, you can use the following code to reset them:

kendoWindowObject.setOptions({
  width: null,
  height: null
});

The Window is currently not designed to properly support this scenario, that's why you will also need to remove the width (and height) of the Window wrapper:

kendoWindowObject.wrapper.css("width", "");

Hope this helps.

Regards,
Dimiter Topalov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!

Viewing all articles
Browse latest Browse all 84751

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>