The described functionality listed on https://demos.telerik.com/blazor-ui/window/stacking-windows
"The Telerik Window component for Blazor provides stacking z-index functionality that brings to front the component any time it receives focus."
doesn't appear to be working in the demo. When the one window receives focus the z-index does not change. This appears to not work correctly in the demo either.
Hi Dimo,
Thank you for explaining the different scenarios and suggesting workarounds. I also appreciate you logging the public bug on my behalf.
Hi Rahul,
I observe the following behavior on our online demo:
Let me know if you are talking about a different scenario. In this case, please provide detailed steps to reproduce.
Regards,
Dimo
Progress Telerik
Do you have a stake in the designеr-developer collaboration process? If so, take our survey to share your perspective and become part of this global research. You’ll be among the first to know once the results are out.
-> Start The State of Designer-Developer Collaboration Survey 2024
Hi Eric,
I'm facing similar issue in our live application. Still I'm seeing Demo page having same issue: https://demos.telerik.com/blazor-ui/window/stacking-windows.
In nested dialog box, we have treeview - during data binding modal window appearing behind the parent window and then once data loaded to treeview it's appearing in front.
Also, I reviewed sample code posted by Radko https://blazorrepl.telerik.com/QROvcUui47Ffzscp56 seems working fine. But in the real scinario it having issue as mentioned above.
Anyone please suggest work round on it. I'm using UI for Blazor version: 6.0.2
Hi Eric,
I can confirm that the functionality is working as expected, and the z-index style is correctly incremented each time a Window gains focus. However, there is indeed an issue, but it is due to the demo example itself. To be more specific, the z-index of each Window is overridden by a `.demo-window` selector. Now that you have brought this to our attention, we will update the demo, so the custom styling of the demo does not interfere with the demonstrated functionality - thank you for bringing it up.
I have also prepared an example, where the above-mentioned selector is removed, and the functionality can be tested: https://blazorrepl.telerik.com/QROvcUui47Ffzscp56
Regards, Radko Stanev Progress Telerik