Open
Description
Reproduction of the problem
Using setOptions({ 'modal': false }) on a single window removes the modal for all windows.
Setting modal: false on window#1 and modal: true on window#2 works as intended if I don't use setOptions({ modal: false}); on window#1 afterwards.
See https://dojo.telerik.com/akarOtIR/2
Expected/desired behavior
I use the kendo window to display all kinds of panels with the possibility to have multiple panels opened.
If a panel would overflow the page, it will become a modal panel instead.
Environment
- Kendo UI version: 2022.1.119
- jQuery version: 3.6.0
- Browser: [all]