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

Show and navigate extenal website inside RadWindow

1 Answer 124 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 28 Dec 2011, 07:55 AM
I would like to both display and allow full navigation and use of my external website inside of a RadWindow or a RadDock.  Is this possible?  It allows a user to browse a collection of websites and select and view them in a more useful way.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 28 Dec 2011, 12:08 PM
Hi Mark,

The control which is most suitable for that purpose is a RadWindow which is used with its NavigateUrl property set to the desired url. After that you can have a link/button/etc. on every page which is loaded and when clicked - change the url so that the new page is shown in the RadWindow. In addition, radWindow has PI which allows pin functionality, maximize, minimize, close, AutoSize, etc which will be also useful in your case.

One similar demo which shows an image gallery and AutoSize functionality is the following one:

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

When you click an image, it is loaded in the adjacent RadWindow, you could organize this logic e.g in a button inside a page, etc.

I also suggest to examine the other demos for RadWindow to get a better understanding on its capabilities.

I hope that my suggestion and explanations are detailed enough and helpful, let me know if you have additional questions.


Regards,
Svetlina Anati
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
Tags
Window
Asked by
Mark
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or