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

get radwindow from contentpage

2 Answers 47 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
rtech
Top achievements
Rank 1
rtech asked on 14 Aug 2012, 02:39 PM
Hi ,
I have a Page (page1.aspx) that have RadSplitter and RadWindow , I have another Page ( page2.aspx) that have a radgrid . 
page2.aspx is contentpane , when user click a button content load in leftpane of splitter . I want access radwindow from content page(page2.aspx) but I can only see page2.aspx controls.

2 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 15 Aug 2012, 02:41 PM
Hi Ramin,

The external pages in RadSplitter are rendered like a standard IFRAME and the correct way to reference them on the main page is the one demonstrated in this Knowledge Base article: Referencing content page in a splitter pane from the parent page and vice versa. (especially the second part, which is about the RadSpliter for ASP.NET AJAX ).

Please, note that this solution is not applicable in every scenario - e.g. if both the parent page and the content page are not in the same security domain. This is not limitation of RadSplitter control but a general JavaScript security restriction.

Greetings,
Veselina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
rtech
Top achievements
Rank 1
answered on 15 Aug 2012, 04:23 PM
Thanks Vaselina , My problem solved .
Tags
Splitter
Asked by
rtech
Top achievements
Rank 1
Answers by
Vessy
Telerik team
rtech
Top achievements
Rank 1
Share this question
or