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

Open RadWindow from panel

2 Answers 82 Views
Window
This is a migrated thread and some comments may be shown as answers.
juststarting
Top achievements
Rank 2
juststarting asked on 24 Aug 2009, 10:33 AM
Hi,

On my masterpage I have a radWindowManager and a radPanel (that loads a second aspx page). We want to open the radWindow (on the main page) from then within the panel. Is this possible? and if yes who would we do it using VB.Net?

Thanx

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Aug 2009, 12:08 PM
Hi Sarel,

I am not quite sure about your scenario. I guess you want to restrict the RadWindow in RadAjaxPanel which is in master page. If so you can add an table control and set the RestrictionZoneID proeprty to the table ID so that the window will be confined to a particular area. See the online demo which demonstrates the functionality.
Restriction Zone

You can also refer the following documentation which shows how to show RadWindow from code behind.
Setting Server-Side Properties

-Shinu.
0
Georgi Tunev
Telerik team
answered on 24 Aug 2009, 12:44 PM
Hi Sarel,

If you are loading an external page in that panel, you cannot call the RadWindow from the parent page via codebehind - the content and the parent page are separate documents and you cannot access one from another. The only way to do this is to use the client-side API of the RadWindow control and to open it via radopen() or show().



Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
juststarting
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Georgi Tunev
Telerik team
Share this question
or