Please support out of the box support for modality. I know there is how to, but out of the box, for such basic feature seems reasonable.
Also suggested how to doesn't work for windows initialised through service.
This would also align Angular Window component with KendoUI Window component modality.
Hi David,
As noted in a private thread, the team has already reviewed both items and decided against implementing them separately. At the time, it was more practical to pursue a single component that consolidates their functionality.
Currently, no update or rework of the Dialogs package is planned, but you can still add modality to the Window as the following article demonstrates:
https://www.telerik.com/kendo-angular-ui/components/knowledge-base/add-modality-to-window
In case Angular service is used, check this example:
https://stackblitz.com/edit/angular-98g2tsmn-qeqfibdt
Regards,
Martin Bechev
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi,
Unlike the Dialog component, which renders an additional wrapper for modality, the Window does not support modality by design. We decided that leaving the Window modality implementation in the hands of the developer is more suitable and straightforward than providing it as a built-in functionality. Please refer to the following KB article on how this could be achieved:
https://www.telerik.com/kendo-angular-ui-develop/components/knowledge-base/add-modality-to-window/
We will also extend the mentioned article so that it demonstrates the already discussed approach for adding modality to a Window opened through service.
Regards,
Slavena
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.