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

content of rad window

2 Answers 76 Views
Window
This is a migrated thread and some comments may be shown as answers.
bahar kashani
Top achievements
Rank 1
bahar kashani asked on 03 Jul 2009, 02:32 PM
How can i show some thing such as a panel or some text box in rad window?

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 Jul 2009, 06:56 AM
Hi Bahar,

The content of RadWindow comes from an external document, which is specified by an URL. Add a new Web Form in project and place the required controls (eg: panel or textboxes) in the page. Then set its NavigateUrl property of radwindow to newly created page. Checkout the following tutorial will walk you through creating a web page and showing in a radwindow.
Getting Started

Thanks,
Princy.

0
Svetlina Anati
Telerik team
answered on 06 Jul 2009, 12:25 PM
Hi Bahar,

The RadWindow is actually an IFRAME element and it is used to load an external page in it as Princy explained. This means that you should put all the desired content in a separate [age and then show it in the RadWindow - the content will not be part of the same document but it will be another document. You can find the RadWindow's demos below - please examine them in order to get a better impression of the functionality this control offers:

http://demos.telerik.com/aspnet-ajax/window/examples/overview/defaultcs.aspx

Another popup control which can have content directly into it which will be part of the same document is the RadToolTip control. You can find its demos below:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/overview/defaultcs.aspx

Please, examine the suggested controls and choose the one which best fits your particular needs. In case you have further questions concerning the choice of a more suitable control, provide more details about your exact scenario and we will do our best to give you a proper advice.


All the best,
Svetlina
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
bahar kashani
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Svetlina Anati
Telerik team
Share this question
or