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

Opening a RadWindow from another RadWindow

1 Answer 71 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 21 Aug 2008, 06:15 AM
Hi

I am using 2008 Q2 controls.

I have a situation where I am opening a RadWindow from another RadWindow. Initially this works well.

As I don't destroy this 2nd RadWindow, if the user was to close this then to reshow it in Javascript I simply do:

    gwinEventPickList.Show()


This does show the RadWindow however it doesn't have modal focus, only the 1st RadWindow does.

How can I make this a modal window again? I tried the SetActive() and SetModal() functions in Javascript but it makes no difference.


Kind regards

Mark Eaton

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 21 Aug 2008, 07:13 AM
Hi Mark,

I suggest to use setActive() with a small timeout - even a timeout of 0ms should do the trick. If you still experience problems, please open a support ticket and send us a small sample project that reproduces your setup. We will check it and get back to you with a solution right away.



Regards,
Georgi Tunev
the Telerik team

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