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.
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.