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

Aspx Page having radajaxpanel resize issue In RadWindow

1 Answer 50 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jaw
Top achievements
Rank 1
Jaw asked on 07 Nov 2015, 02:34 PM

Hi,

   I have an aspx page which I am showing in a radwindow using navigate url. Now, the issue is the window is not auto sizing correctly, still there are scroll bars, both horizntal and vertical.

 

1. The solution for this is just wrap the aspx page in a div tag and the autosize will work perfectly fine. like this

<form>

        <div>

                     whole page content

        </div>

</form>

 

    But after doing this, the page on postback losts all the controls view and the window is left with only the title. Nothing on form after postback and window resizes to just the title bar.

Page is working perfectly fine if I dont wrap it in the <div> tags and autosize does not work.

 

Any suggestions?

 

Thanks in advance,

Jawwad

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 09 Nov 2015, 02:38 PM

Hello Jawwad,

On autosizing I advise that you start from this article: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/troubleshooting/autosizing-issues.

On the content being lost - this sounds like a deeper problem with the page itself rather than with the RadWindow, because RadWindow does not modify the content the developer puts in it.

Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Window
Asked by
Jaw
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or