This is a migrated thread and some comments may be shown as answers.

Usercontrol shows up UNDER rad Window...

2 Answers 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
mark baer
Top achievements
Rank 1
mark baer asked on 16 Sep 2009, 06:57 PM
I don't think this is a bug, but I was wondering if I could maybe get some help...I have a SL 3 UserControl(Transient Message Box) and I call UserControl.Show() when an error or Information needs to be seen.  But when I use the Rad Window, if I call UserControl.Show, it appears UNDER the Rad Window...Again, I don't think this is necessarily a bug, but I didn't know if maybe you could offer an idea so I can get the MessageBox(UserControl) to appear on top of the Rad Window. 

Thanks

Mark

2 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 17 Sep 2009, 09:20 AM
Hello Mark ,

 There was such issue that was fixed in SP1. But maybe some scenario is still causing the problem. We tried to reproduce the bug but with no success. So I would be very glad if you can send me a sample project where I can reproduce the issue. Because you can't attach files to a forum threads and can't  open a support ticket due to not having a license or active trial, you can send a project to this e-mail  Boyan.Nikolov@telerik.com and I will try to reproduce the issue and provide a workaround or a fix.
 Thank you for your time and help.

Regards,
Boyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Boyan
Telerik team
answered on 18 Sep 2009, 11:20 AM
Hi Mark,

I investigated your project. I hadn't got your idea right from the first post. Now with the project it is all clear. The problem is that RadWindow is a pop-up so there is no way to see a UserControl above it, as it always will be on top.

 You can do two things, one is to hide the window in order for the message from your project to be seen and after it fades the window to show again. The other is to put the UserControl in a pop-up or in another RadWindow. I am not preparing an application because I don't know exactly what are you truing to do, but if you need more help or sample project I will be glad to help.
Tags
Window
Asked by
mark baer
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or