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

how to give fixed height and width for radwindow.

1 Answer 203 Views
Window
This is a migrated thread and some comments may be shown as answers.
Muralidharan Ramakrishnan
Top achievements
Rank 1
Muralidharan Ramakrishnan asked on 17 Dec 2008, 09:19 AM

 

I am currently using Telerik version 2008.3.1105.35
I have set width and height for the radwindow manager but i was not reflecting when page render. the width and height automanically changed at the runtime. following code we used for radwindow.
"<
telerik:RadWindowManager ID="RadWinMgrQualification" runat="server" Left=""  NavigateUrl="" Title="" Top="" >  

 

 

<Windows 

 

 

<telerik:RadWindow ID="Qualification" runat="server" Modal="True" Title="Qualification" Height="500px"  

 

 

Width="600px" Left="100px" Top="100px" ReloadOnShow="True" Behavior="None" />  

 

 

</Windows 

 

 

</telerik:RadWindowManager>"

how to give fixed height and width for radwindow.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 17 Dec 2008, 03:52 PM
Hello Muralidharan,

Your code looks fine which leads me to believe that the problem is in the logic that you are using for calling RadWindow. Please open a support ticket and send me a small sample page where the behavior that you experience can be reproduced - I will check it right away.



Greetings,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Muralidharan Ramakrishnan
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or