문제

Following problem. In my application you can open multiple modal windows. Every window is dependent on the previous opened window (hierarchical). Means that when a child window is opened, the user cannot drag this child window aside and interact with the parent window.

How can I achieve, that the surface behind the top child window freezes? I use RadWindow, by the way.

도움이 되었습니까?

해결책 2

The key was the bool WindowBaseAutomationPeer.IsTopmost Property of the RadWindow class. Telerik Documentation

다른 팁

Try setting the child RadWindow's Owner property to its parent RadWindow.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top