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

Maximize the rad window but not control inside the window accordingly

1 Answer 21 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:05 AM
Hi,

Maximize the rad window but controls inside the window is not maximize, So how to achive this. please reply me if any one has the solution for it. code which I am using is given below...

<

 

 

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
Hi Ajeet,

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.


All the best,
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