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

problem with radwindow size after update

1 Answer 76 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ulrich Fiege
Top achievements
Rank 1
Ulrich Fiege asked on 15 Jan 2009, 07:48 AM

Hello, we have updated from Version 3_1125 to 3_1314.
Now we have the problem that the radwindow is not sized and centered.
Every Radwindow has full screenwith half height and is aligned at top.

We are using for example this code from clientside:

function ShowChartWindow()
 {  
  if (oWnd != null)
  {
   oWnd.close();
  } 
  oWnd = radopen ("tourchart.aspx", "");
  oWnd.setSize (734, 500);
  oWnd.center;
  oWnd.set_modal(true);
  oWnd.set_visibleStatusbar(false);
  oWnd.set_destroyOnClose(true);
 }

How can we slove this problem?
thank you ....

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 16 Jan 2009, 04:04 PM
Hi Ulrich,

Your code seems to be correct and that is why I assume that the problem might come from your configuration. For example the problem might come from the fact that you have set the InitialBehaviors to Default - this setting is not valid because the initial behavior could be Minimized, Maximized or Pin.  If so, please remove it and test again.

If this does not help, please provide more of your code or best - open a new support ticket and send us a reproduction demo along with detailed reproduction steps and explanations.


Regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Ulrich Fiege
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or