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.