Hi All,
I have just upgraded my Telerik version to ASP.NET AJAX - 2008.3 1314 from Q2 2008.
Everything seems normal except Radwindow.
I am defining radwindow as ,
<telerik:RadWindowManager ID="rWindowManager" runat="server"
ClientCallBackFunction="CallBackCustomerData" Height="4px" Left=""
Skin="Vista" Top="" Behavior="Close,Reload" InitialBehavior="None"
style="display: none;">
<windows>
<telerik:RadWindow ID="rWindowDeal" runat="server" Height="200px"
Left="50px" Modal="True" NavigateUrl="" ReloadOnShow="True" Title="Deal"
Top="50px" VisibleStatusbar="False" Width="440px" />
</windows>
</RadWindowManager>
My javascript function is,
function OpenWindow()
{
radopen("frmTest.aspx","rWindowDeal"); (before upgradation it was window.radopen(...))
}
Now I have set window Left and Top as 50 but still it is opening window in left top corner of the widnow.
Also, another problem is sometimes it shows window with specified height and wit\dth but sometimes it shows full scren (same as parent height and width).
Can anyone help me out please?
Best Regards,
Hrushikesh.