Hi,
Upon loading my view, the window I have initiated cannot be seen. Upon using the browser developer tools I can see that the window does exist (class="k-widget k-window").
The code for this view is as follows:
The screenshot below shows what I see using the browser developer tool:
http://sdrv.ms/17vSVdW
It is worth noting that this view is access remotely, using a drawer. The page loads fine and other kendo ui stuff loads normally.
Any help would be appreciated.
Upon loading my view, the window I have initiated cannot be seen. Upon using the browser developer tools I can see that the window does exist (class="k-widget k-window").
The code for this view is as follows:
<div data-role="view" data-after-show="aftershow"> <div data-role="header"> <div data-role="navbar"> //nav stuff in here </div> </div> <p>Hi</p> <div id="window"> Content of the Window </div> <script> $("#window").kendoWindow(); </script></div>http://sdrv.ms/17vSVdW
It is worth noting that this view is access remotely, using a drawer. The page loads fine and other kendo ui stuff loads normally.
Any help would be appreciated.