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

Autosize of Radwindow

2 Answers 157 Views
Window
This is a migrated thread and some comments may be shown as answers.
Stalin
Top achievements
Rank 1
Stalin asked on 30 Jul 2012, 12:07 PM
Hi,

Just by using Autosize="true" &  AutoSizeBehaviors="Width, Height", can the Radwindow be resized?..My requirement is to increase the size of radwindow as the contents increase!.

The suggested autosize properties alone does not help.Can you please suggest a solution to this requirement?

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 31 Jul 2012, 06:35 AM
Hi Stalin,

I was able to resize the window according to the size of the content page by setting AutoSize property.If the content page's dimensions are bigger than the parent one's, RadWindow will fill the browser and render scrollbars for viewing the rest of the content page.If the AutoSizeBehaviors property is set to Width or Height, the window is sized to the left or to the bottom only, without changing the control's position.

Merely setting the AutoSize property of the RadWindow to true is not always sufficient for this functionality to work as expected. There are several other aspects that need to be taken into account.

Hope this helps.

Regards,
Princy.
0
rdmptn
Top achievements
Rank 1
answered on 31 Jul 2012, 08:25 AM
You may also want to take a look at this help article that will explain how to configure your setup properly: http://www.telerik.com/help/aspnet-ajax/window-troubleshooting-autosize-not-correct.html.
Tags
Window
Asked by
Stalin
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
rdmptn
Top achievements
Rank 1
Share this question
or