Duplicated
Last Updated: 04 May 2020 13:16 by ADMIN
jura
Created on: 04 May 2020 10:10
Category: UI for Blazor
Type: Bug Report
0
TelerikWindow hidden under TreeViewItem

When a content is displayed in TelerikWindow and a TelerikTreeView`s item is expanded, the item`s content is above the window one due to higher z-index.

To fix it, use this CSS:

/* Telerik window content (with z-index 10001) above their animation container (with z-index 10002, used for example in tree view) */
.k-dialog-wrapper {
    z-index: 11000;
}
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
1 comment
ADMIN
Marin Bratanov
Posted on: 04 May 2020 13:16

Hello,

You can Follow the progress of this issue in the original report here: https://feedback.telerik.com/blazor/1432348-modal-window-is-behind-treeview-items-and-animationcontainer. As a matter of fact, we're working on this at the moment.

 

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.