Hi Dan,
The AutoSize functionality is designed so that it keeps the entire RadWindow visible. If the content is larger than the available space the RadWindow itself will have scrollbars. This behavior is intentional so that parts of the popup are not hidden automatically, which would be percieved as buggy behavior by the end user.
What you can do is to use the RadWIndow's
client-side API and set its size according to your needs (e.g. by obtaining the dimensions of your content via JavaScript) and then moving it so that its titlebar is at the topmost position. e.g.:
How to determine if you need to executet his logic (i.e. what is the size threshold) depends on your custom logic and needs.
Kind 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.