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
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