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

Radwind size issue on postback from client side

1 Answer 51 Views
Window
This is a migrated thread and some comments may be shown as answers.
Hrushikesh Mokashi
Top achievements
Rank 1
Hrushikesh Mokashi asked on 29 Jul 2009, 06:38 AM

Hi,

I am using master and content page in my application.
master page controls are radscriptmanager,radajaxmanger,
content page controls are radajaxproxymanager,radwindowmanager, radtabstrip and rad multipageview.

Windowmanager settings are
<telerik:RadWindowManager ID="rWindowManager" runat="server"

 

 

 

ClientCallBackFunction="CallBackData"

 

 

Left="" Skin="Vista" Top="" Behavior="Reload,Close" InitialBehavior="None" >

 

 

 

<Windows>

 

 

 

<telerik:RadWindow ID="rWindowUsersList" runat="server" Height="270px" Left="50px"

 

 

 

Modal="True" NavigateUrl="" ReloadOnShow="True" Title="Users List" Top="50px"

 

 

 

VisibleStatusbar="False" Width="280px"

 

OnClientClose

 

="DateWindowCancelClicked"

 

 

 

 

 

 />

 

 

 

</Windows>
</telerik:RadWindowManager>

When i open the radwindow on button click first time its work fine.
when i use javascript  to do postback by using following method.

 

 

var ajaxManagerMaster = $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>");

 

ajaxManagerMaster.ajaxRequest();

 

But when  second time i open the window it is not opening with the proper size which are specified in radwindow.
It is also not calling the OnClientClose function specified in radwindow manager.

How can sovle this issue?

Thanks

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 31 Jul 2009, 01:37 PM
Hi Hrushikesh,

We are aware of such behavior in the older version of RadWindowManager, and it is already fixed in the latest one - Q2.2009. Please, update to the latest version and you should not experience the issue. The latest version is fully backward compatible with the version that you use and you should not have any problems during upgrade process.

I recommend you to update, because there is not a possible workaround for the issue that can be applied in the older version.

I hope this helps. 

All the best,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Hrushikesh Mokashi
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or