<kendo:window-modal>

Specifies whether the Window will display a modal overlay over the page.

Example

<kendo:window>
    <kendo:window-modal></kendo:window-modal>
</kendo:window>

Configuration Attributes

preventScroll boolean

Specifies whether the document will stop scrolling when a modal dialog is opened. Closing the modal dialog has to restore the initial document overflow. The modal.preventScroll setting will modify the overflow rule of the document and, therefore, cannot be used together with the containment option.

Example

<kendo:window-modal preventScroll="preventScroll">
</kendo:window-modal>
In this article
Not finding the help you need?