Completed
Last Updated: 27 Aug 2026 08:06 by ADMIN
Release 2026 Q4
Created by: Manoj
Comments: 0
Category: Dialog
Type: Bug Report
0

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 ]
Completed
Last Updated: 10 Feb 2021 14:42 by ADMIN
Release 2021.R1.SP.next

Bug report

The overlay is not removed when closing an Alert dialog, if there is an open Window with draggable.containment option set.

Reproduction of the problem

Dojo example.

  1. Click the "Alert" button
  2. Click "Ok" in the Alert dialog.

Current behavior

The overlay is not removed.

Expected/desired behavior

The overlay is removed.

Workaround: dojo.

Environment

  • Kendo UI version: 2020.1.219
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 10 Jun 2021 10:21 by ADMIN
Created by: Ravi
Comments: 1
Category: Dialog
Type: Bug Report
1
I would like to request to add HtmlAttributes to the Kendo UI Dialog's buttons to help make styling easier.  For example, I'd like to add a class to the confirm button rather than use the k-primary class.