In Development
Last Updated: 19 Aug 2026 07:12 by ADMIN
Manoj
Created on: 19 Aug 2026 05:44
Category: Dialog
Type: Bug Report
0
Kendo Dialog is displayed below modal Window

Bug report

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/zjwPGXDx/3
  2. Click → Open Window 1 → Open Window 2 → Open Payroll Window
  3. In the Add Payroll change a value and click Save

Current behavior

The Dialog is displayed below Kendo Widnow although the .open() method is used which should invoke .toFront()

image-20260818-144233.png

Expected/desired behavior

As the Dialog is the last opened Dialog/Window it should be displayed over the Window

image-20260818-144428.png

TicketID: 1717764

Workaround:

setTimeout(function(){              
              kdAddPayrollError.open();
            }, 500)

Dojo - https://dojo.telerik.com/cxXRIZgS

The issue is a regression starting with: 2025.4.1217

Environment

  • Kendo/Telerik version:
  • jQuery version: x.y
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
0 comments