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