We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I get an overlay added behind the kendo-window that will disable the background functions like dialogs do?
const windowRef = this.windowService.open({ title: compTitle, content: compName, cssClass: "menu-window", htmlAttributes: {['modal']: "true"}, });
current behavior is background is not disabled we can click on the screen.
background should be disabled but user can see the data.
Chrome, Microsoft Edge
Version 132.0.2957.127
Windows
windows 11
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
How do I get an overlay added behind the kendo-window that will disable the background functions like dialogs do?
Steps To Reproduce
const windowRef = this.windowService.open({
title: compTitle,
content: compName,
cssClass: "menu-window",
htmlAttributes: {['modal']: "true"},
});
Screenshots or video
Actual Behavior
current behavior is background is not disabled we can click on the screen.
Expected Behavior
background should be disabled but user can see the data.
Browser
Chrome, Microsoft Edge
Browser version
Version 132.0.2957.127
OS type
Windows
OS version
windows 11
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered: