Work Environment is in .Net with scripting language as c#(WPF)
i'm unable to solve this issue. my message box appears on top of the radwindow as you can see in the image.
please guide me, how can i make my radwindow appear on top of the message box.
What I'm trying to achieve? I want to display a lock screen in application which will ask the user to enter the password if the user has been inactive for more than 5 minutes. For that I'm using telerik radwindow. For display the radwindow I'm using dispatchtimer. If the user has been inactive for over 5 minutes then I display the window(lock screen). The problem I'm facing is, on clicking the button I'm displaying a pop-up message which has a 'OK' button. When the message comes I leave my application idle for over 5 minutes and at that time my radwindow comes (i.e. displays) but it goes behind the pop-up message as you can see in the image which I attached. Please guide me how can I achieve this.