Unplanned
Last Updated: 04 Dec 2024 14:23 by ADMIN
Herman
Created on: 04 Dec 2024 13:28
Category: Dialog
Type: Feature Request
2
Add Built-In Background Scroll Lock to Kendo Dialog

When opening a Kendo dialog, it's in most cases necessary to prevent the background page from scrolling.

Telerik offers a solution to address this issue:
https://www.telerik.com/kendo-angular-ui/components/knowledge-base/page-is-scrollable-when-open-dialog

To make this process more straightforward, I propose adding a property, such as `disableBackgroundScroll`, to the dialog component. This property would automatically handle this behavior.

Example usage:
<kendo-dialog disableBackgroundScroll>
  ...
</kendo-dialog>


0 comments