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

Size properties of Radwindow works only in one page

1 Answer 19 Views
Window
This is a migrated thread and some comments may be shown as answers.
Henry
Top achievements
Rank 1
Henry asked on 11 Feb 2013, 04:47 PM
Good Morning,

I am having problems using Radwindows in IE. I have set width and height of my radwindow and I have also set the dimmensions of a  DIV within the new page I need to open. This works perfect in only one page. I copied and pasted this working code to other areas of the same page. I made sure that they are identical. However, these other ones will open a radwindow showing the right page but will not show in the correct modal mode and correct dimmensions as I need to.
I have read different blogs referring to situtations similar to mine but I still have this issue where only one works. Would you please help me? Thanks.


1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 13 Feb 2013, 02:21 PM
Hello Henry,

I advise that you examine the following help article: http://www.telerik.com/help/aspnet-ajax/window-troubleshooting-wrong-window-opened.html. It treats a similar case - the properties set in the markup are not honored in some cases because actually a different RadWindow is opened. Could you check if this is applicable for your case and if the ideas listed there help? In any case - you can use the RadWindow's client-side API to set its properties and control its behavior right after opening it (I assume you are using radopen(url, wndName) since the URL is correct, so radopen() will return a reference to the popu).


Greetings,
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
Window
Asked by
Henry
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or