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

How to maximize the rad window with controls inside the window accordingly

1 Answer 49 Views
Forum suggestions
This is a migrated thread and some comments may be shown as answers.
Ajeet
Top achievements
Rank 1
Ajeet asked on 30 May 2012, 07:13 AM

Hi,
I want to maximize the rad window with the controls which are inside that window accordingly. pl reply me if anyone has solution for it.
Below code which i used is only maximize the window not the controls.

 

<

 

 

telerik:radwindow id="rdWndSearchHelp" IconUrl="~/Images/tis.gif" runat="server" width="319px" height="474px" navigateurl="SearchHelp.aspx" Behavior="Close,Move,Maximize,Minimize" ReloadOnShow="true" Skin="Vista" VisibleStatusbar="False" Modal="true">

 

 

 

</telerik:radwindow>
Regards
Ajeet

 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 31 May 2012, 04:02 PM
Hello Ajeet,

I have just answered your other thread with the same subject and for your convenience you can find my reply below. I kindly ask that in the future you post only one thread per issue, as this keeps all relevant information in one place and thus results in a faster and better resolution of the situation.

This declaration is loading the extenral page in an iframe which has its own window object, so it fires the window.resize event inside your page which you can consume to resize your content. Or, you can simply set size in percentage for your layout controls. If the resizing works for the SearchHelp.aspx page directly in the browser it should work fine in this RadWindow as well.


Regards,
Marin Bratanov
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
Forum suggestions
Asked by
Ajeet
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or