Skip to content
New issue

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? #4531

Open
kkamalesh opened this issue Jan 30, 2025 · 0 comments

Comments

@kkamalesh
Copy link

Description

How do I get an overlay added behind the kendo-window that will disable the background functions like dialogs do?

Steps To Reproduce

  1. open the kendo window using the windowservice.
  2. pass the htmlAttributes : {'modal': 'true'} to the kendow window
  3. background is not disabled

const windowRef = this.windowService.open({
title: compTitle,
content: compName,
cssClass: "menu-window",
htmlAttributes: {['modal']: "true"},
});

Screenshots or video

Image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant