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

Problem with rad window with update panel

1 Answer 86 Views
Window
This is a migrated thread and some comments may be shown as answers.
Anand
Top achievements
Rank 1
Anand asked on 28 Apr 2009, 05:49 AM

rad window is not working  with update panel::

This code is working fine::


<
div>

 

 

 

<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">

 

 

 

</asp:ContentPlaceHolder>

 

 

 

<telerik:RadScriptManager ID="RadScriptManager2" runat="server">

 

 

</telerik:RadScriptManager>

 

 

<telerik:RadWindowManager

 

 

ID="RadWindowManager1"

 

 

ShowContentDuringLoad="false"

 

 

VisibleStatusbar="false"

 

 

ReloadOnShow="true"

 

 

runat="server" Style="z-index: 7001">

 

 

</telerik:RadWindowManager>

 

 

 

</div>

But my requirement is::

 

<

div

 

 

 

 

<telerik:RadScriptManager ID="RadScriptManager2" runat="server">

 

 

 

 

</telerik:RadScriptManager>

 

 

 

 

<asp:UpdatePanel ID="up" runat="server">

 

 

 

 

<ContentTemplate>

 

 

 

 

<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">

 

 

 

 

 

</asp:ContentPlaceHolder>

 

 

 

 

</ContentTemplate>

 

 

 

 

</asp:UpdatePanel>

 

 

 

 

 

 

<telerik:RadWindowManager

 

 

ID="RadWindowManager1"

 

 

ShowContentDuringLoad="false"

 

 

VisibleStatusbar="false"

 

 

ReloadOnShow="true"

 

 

runat="server" Style="z-index: 7001">

 

 

 

 

</telerik:RadWindowManager>

 

 

 

 

 

</div>

 

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 29 Apr 2009, 10:27 AM
Hi Anand,

I used your code and prepared a simple test project, but I was not able to reproduce the problem. Could you please provide more information about your setup? Do you get any error when you use the second configuration (your requirement)?
It will be best if you open a new support ticket and send a working project where we can reproduce the problem. For your convenience I have attached my test project to this thread, so you could just modify it in order to replicate your exact setup and send it back.

We are looking forward to hearing from you.

Sincerely yours,
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
Anand
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or