Hello Yana,
thank for your tip, but the problem is, that i have a lot of UIElements that must stay in front of all windows. It's not possible for me to implement them all as RadWindows. That would kill my visual application design.
I've reflekted the code that's executed during opening a RadWindow and i found the part, that is responsible fot let the RadWindows stay in Front of all other UIElements.
Here's the code:
You see, the problem is, that the Root-Panel for the RasWindows is autmaticaly set to the Application.Current.RootVisual (or the first Panel found in the visual-tree).
Ist it possible to set the Root-Panel for the RadWindows manualy?
That would salve all my problems.
Thnaks!