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

Radwindow open from RadGrid which in Under IFrame

7 Answers 219 Views
Window
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 13 Jan 2009, 06:09 AM
Hi,
I went through one problem..
Problem was that i have Iframe Window under which I am displaying  supose default.aspx page
That  default.aspx page having Radgrid and one of the column of RadGrid is Linkbutton,I want to open
Radwindow on click of this link button,I tried this But problem I faced was that Radwindow open under IFrame,
Is there any options by which we Can open that Radwindow Above to IFrame window.When I used simple window
then It works fine..
 I hope I'll get my solution soon..

Thanks

7 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 13 Jan 2009, 02:34 PM
Hi Rahul,

As I understand your setup, your RadGrid and RadWIndow are inside an IFRAME and you want to display RadWindow on the topmost page, e.g. outside of the IFRAME. If this is your setup, this is not possible - RadWindow, just like any other DHTML element can exist only in the page in which it is created. If you want to show a RadWindow on your topmost page you need to declare it there and open it from inside the IFRAME - for example by using top.radopen().




All the best,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Phantom1024
Top achievements
Rank 1
answered on 22 Sep 2009, 03:46 PM
Thx. I was able to make it work in the same scenario.


0
L D
Top achievements
Rank 1
answered on 27 Oct 2009, 07:54 PM
Hello
I have a similar problem and cant seem to find the solution. I have a button which opens a radWindow. the two controls make up the user control in the silverlight application. I call this application in a iFrame (in a seperate html page). when i click the button the  radwindow opens within the iframe. Since the Iframe size is fixed and the radwindow varies with the content inside it. the radWindow does not display properly(i.e it is hidden partly within the frame)  I need it to open above the frame. Any suggestions would greatly be appreciated.

Thanks
sd 
0
Georgi Tunev
Telerik team
answered on 28 Oct 2009, 05:46 AM
Hello L D,

RadWindow exists only in the context of the page from which it is created, e.g. in order to show it outside the IFRAME, you should put the RadWindow on the main page (where the IFRAME is) and to open it there.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
L D
Top achievements
Rank 1
answered on 28 Oct 2009, 01:07 PM

Thanks for your reply Georgi. Is there any other way to do it. I need to create a silverlight plug-in that will be added to either Java /html web pages using IFrame and thats the reason I cannot add the radwindow to the page having the Iframe. Is there any other control that could be used instead.

Regards
LD
0
Georgi Tunev
Telerik team
answered on 28 Oct 2009, 01:20 PM
Hi L D,

I don't think this is possible - the content of the IFRAME is a separate document.

All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
L D
Top achievements
Rank 1
answered on 20 Nov 2009, 06:51 PM
Thanks Georgi . Will need to figure out some other option to do this.

Regards
LD
Tags
Window
Asked by
Rahul Khinvasara
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Phantom1024
Top achievements
Rank 1
L D
Top achievements
Rank 1
Share this question
or