Describe the bug
The modal property of the Window is supposed to control if there is a layer behind the component that prevents or allows interaction with the elements that are below the Window.
Currently, there is no way to click the elements behind the Window.
.k-dialog-wrapper {
height: initial;
width: initial;
}
To Reproduce
Expected behavior
If the modal property is set to false, the user should be able to interact with the HTML elements behind the Window.
The current implementation of the Native Dialog and Native Window doesn't provide the option to display the two components with an animation.
Providing the option to add animation to the Dialog and Window will be a nice feature for both components. This option can be added either through a direct property configuration or in a combination with the Animation component.