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

Problems with RadAjaxManager and RadWindowManager

1 Answer 30 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Emiliano
Top achievements
Rank 1
Emiliano asked on 19 Dec 2011, 06:13 PM
Hi

Is it possible, to use RadAjaxPanel, RadAjaxManager, RadScriptManager and RadWindowManager at the same time on the same page?

I have a RadAjaxPanel and a Usercontrol

    <rada:RadAjaxPanel ID="RadAjaxPanel1" runat="server">                
          <uc1:Control1 ID="Control1_1" runat="server" />         
     </rada:RadAjaxPanel>

    The Usercontrol contains a RadWindow that show a RadGrid if there is any error when the user do a postback. All seems work fine, but the radgrid never appears.
        
What is the problem?

Thanks
Emiliano.

1 Answer, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 22 Dec 2011, 11:29 AM
Hi Emiliano,

You could try setting the Width and Height properties of the RadAjaxPanel. RadAjaxPanel, RadAjaxManagerRadScriptManager and RadWindowManager can co-exist on the same page, though the RadScriptManager should be the first control defined. Additionally, I have assembled a sample project demonstrating scenario based on your description. 

All the best,
Antonio Stoilkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Ajax
Asked by
Emiliano
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Share this question
or