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

[Solved] Options for Popup window

1 Answer 153 Views
Window
This is a migrated thread and some comments may be shown as answers.
Officialboss
Top achievements
Rank 1
Officialboss asked on 16 Jun 2008, 05:01 PM
Hello,

I have been using the Ajaxtoolkit popup and the update panel until now. I am now beginning to use Telerik controls and so far am not too fond of the Telerik Window as compared to the Ajax popup extender.

All I want to do is show some details of a grid in a popup window. The content in the popup will have some controls that the user will postback. I want to avoid having to load another page in the pop as the Telerik Window seems to require.

What are my options?
Can you suggest some examples with code?

Thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 17 Jun 2008, 07:48 AM
Hi Howard,

The idea behind the RadWindow is to replace the standard browser's popup (window.open) and the control itself is basically an IFRAME. That is why it supports only external pages which are displayed in its content area.

For cases like yours I would suggest to consider RadDock or RadTooltip. Just as the RadWindow control, they are built upon the ASP.NET AJAX framework and they support having the content on the main page.
For your convenience I attached a small sample that shows how to achieve the desired behavior by using gridview and RadToolTip. Please use the code as a base and extend it further to fit your requirements.



Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Officialboss
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or