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

window opened from window is hidden behind its opener!

1 Answer 69 Views
Window
This is a migrated thread and some comments may be shown as answers.
Elton
Top achievements
Rank 1
Elton asked on 30 Sep 2008, 11:22 PM
Hello Telerik,

My senario is:
At first, I open a RadWindow (wnd 1) from a page, by calling:
top.radOpen(...). I am using "top" because I want the window be availale in the whole page.
Then I keep wnd1 open and try to open another RadWindow (wnd2) from within wnd1, still, using top.radOpen(....). When wnd2 is created, everything works fine. The problem is, once I close wnd2 and try to show it again, by calling wnd2.Show(), it's acturally hidden behind wnd1.

I tried functions like: wnd2.SetActive(), but it dosn't work...

Any idea on this?

Thanks and Regards,
Elton

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 01 Oct 2008, 12:24 PM
Hi Elton,

Try using wnd2.SetActive(true) with a small timeout - this should help. If you still experience problems, just send me a small sample project in a new support ticket and I will check it.


Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Elton
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or