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

Setting the Radwindow Height and Width

1 Answer 113 Views
Window
This is a migrated thread and some comments may be shown as answers.
Madhu
Top achievements
Rank 1
Madhu asked on 21 Dec 2009, 06:04 PM
How do you set the height and width properties for the Radwindow at design time so that we can have a popup window of desired height and width.

Thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Dec 2009, 05:19 AM
Hello,

Have you tried setting the Width and Height properties of RadWindow?

ASPX:
 
<telerik:RadWindow ID="radWindow2" OpenerElementID="Button1" Width="800" Height="800" runat="server"  Behavior="Move,Close,Reload"
</telerik:RadWindow> 

-Shinu.
Tags
Window
Asked by
Madhu
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or