The Dialog is displayed below Kendo Widnow although the .open() method is used which should invoke .toFront()
As the Dialog is the last opened Dialog/Window it should be displayed over the Window
Workaround:
setTimeout(function(){
kdAddPayrollError.open();
}, 500)
Dojo - https://dojo.telerik.com/cxXRIZgS
The issue is a regression starting with: 2025.4.1217
The overlay is not removed when closing an Alert dialog, if there is an open Window with draggable.containment option set.
Dojo example.
The overlay is not removed.
The overlay is removed.
Workaround: dojo.