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

Best Control for Popup

3 Answers 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Geoff Ballard
Top achievements
Rank 1
Geoff Ballard asked on 04 Oct 2010, 11:10 AM
Hi,

I need some advice on the best Telerik control to use.

I need a popup control that appears like a window that can appear dynamically and contain other server side controls.  I thought the RadWindow control would work but it doesn't seem happy containing other asp controls.  The other restriction is we have to use the telerik:RadScriptManager not the telerik:RadAjaxManager.

Any advice?

Thanks,

3 Answers, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 04 Oct 2010, 11:34 AM
Hi Geoff,

There should be no problem hosting other asp server controls in RadWindow in case you place them inside its ContentTemplate as illustrated on this example. You can also use RadScriptManager and RadAjaxManager at your disposal.

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Accepted
Shinu
Top achievements
Rank 2
answered on 04 Oct 2010, 11:36 AM
Hello Geoff,


I am using RadWindow for pop-up window even from showing it from code behind. I am not sure about what difficulty that you are facing if use RadWindow for the purpose.


By using RadWindow you can either show a page or use it as container control. When using as a container, the controls in the window is rendered on same page where the RadWindow is declared.
http://www.telerik.com/help/aspnet-ajax/radwindow-controls-container.html

Could you provide some more information about the requirement, if this does not help?


-Shinu.
0
Geoff Ballard
Top achievements
Rank 1
answered on 04 Oct 2010, 02:10 PM
Thanks to both of you.

I followed those examples and they work exactly as I need.

I wonder if the problem before was that I was using several RadWindows inside a telerik:RadWindowManager control?
Tags
General Discussions
Asked by
Geoff Ballard
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Shinu
Top achievements
Rank 2
Geoff Ballard
Top achievements
Rank 1
Share this question
or