Hi,
I have a kendo window that's reused. How do I unset the dimensions of the window after I set the width and height?
E.g.
Btn1 open window with width: 400px & height: 400px;
Btn2 open same window with dynamic content, expect window to resize according to content.
If I click on Btn1, and then Btn2. How can I set the windowOptions that the window will open resize according to the content size now? I tried to set width and height to null, undefined, empty string (""), even "auto". None worked.