Hi,
I am using RADAjaxClassic Version. I am trying to use RAD AjaxLoadingPanel. But the image in AjaxLoadingPanel is not showing up in the page. PFB the code below.
<asp:Panel ID="LoadingBarPanel" runat="server" Height="20px" Width="80px">
<rad:AjaxLoadingPanel ID="AjaxLoadingPanel1" InitialDelayTime="0" MinDisplayTime="20" runat="server" Height="15px" IsSticky="True"
Transparency="0" Width="75px">
<asp:Image ID="Image1" runat="server" AlternateText="Loading..." ImageUrl="~/RadControls/Ajax/Skins/Default/loading4.gif" />
</rad:AjaxLoadingPanel>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" width="100%">
<rad:radajaxpanel id="RadAjaxPanel1" runat="server" width="100%"
horizontalalign="NotSet" loadingpanelid="AjaxLoadingPanel1" scrollbars="None">
<!-- RAD Grid Code and other code Here -->
</asp:Panel>
I expect the image in Panel1 to be shown when I do any operation in Panel 2. But that does not happen. Any suggestions are most welcome. Thanks.
I am using RADAjaxClassic Version. I am trying to use RAD AjaxLoadingPanel. But the image in AjaxLoadingPanel is not showing up in the page. PFB the code below.
<asp:Panel ID="LoadingBarPanel" runat="server" Height="20px" Width="80px">
<rad:AjaxLoadingPanel ID="AjaxLoadingPanel1" InitialDelayTime="0" MinDisplayTime="20" runat="server" Height="15px" IsSticky="True"
Transparency="0" Width="75px">
<asp:Image ID="Image1" runat="server" AlternateText="Loading..." ImageUrl="~/RadControls/Ajax/Skins/Default/loading4.gif" />
</rad:AjaxLoadingPanel>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" width="100%">
<rad:radajaxpanel id="RadAjaxPanel1" runat="server" width="100%"
horizontalalign="NotSet" loadingpanelid="AjaxLoadingPanel1" scrollbars="None">
<!-- RAD Grid Code and other code Here -->
</asp:Panel>
I expect the image in Panel1 to be shown when I do any operation in Panel 2. But that does not happen. Any suggestions are most welcome. Thanks.