I'm using multiple window on the same page and i want to apply different styles on which window. I try to write a wrapper over the window so it can be identified in the css by id but that does not work. This is the source:
<div class="wrapper">
<div kendo-window="InitialisingApp">
</div>
</div>
This is the result:
<div class="wrapper"></div>
<div class="k-widget k-window....">
..........................
</div>
Any ideas about this problem?
Thank you! Have a nice day!