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

Calling radwindow from another radwindow

1 Answer 73 Views
Window
This is a migrated thread and some comments may be shown as answers.
Babu Puchakayala
Top achievements
Rank 1
Babu Puchakayala asked on 20 Oct 2010, 10:59 PM
Hi,

I have "main.aspx" page with one gridview and telerik rad window(with radwindowmanager) "radwind1"[No content in radwind1 just iframe]. When i click the linkbutton in a gridview "radwind1" popup will open another page "subpage.aspx" using iframe. Once i open the "subpage.aspx" there is one task assign button in it. Once i click that button, it  will open another rad window (without rad window manager ) "radwin2". In that radwind2 i have couple of dropdownlist with onselectchanged events. I can open this radwind2 by saying "visibleonpageload = true". But here the problem is for each and every selection changed event the radwin2 is closing and opening it. even when i close the radwind2 using cancel button click, it is closing and opening again.(Because of "viewonpageload = true" i guess). Now my question is how to open radwin2 using javascript. I tried the way you showed in below link. 

http://www.telerik.com/help/aspnet-ajax/window_programmingopeningfromwithin.html

But it didn't work. So Can anybody help me how to fix this. I can post the code if you want.

Thanks In Advance.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 25 Oct 2010, 01:54 PM
Hello Babu,

Is this the same scenario as in this forum thread? Check the reply there.

Kind regards,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Window
Asked by
Babu Puchakayala
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or