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

Loading Panel not working

3 Answers 90 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Michelle Tan
Top achievements
Rank 1
Michelle Tan asked on 15 Nov 2012, 04:53 AM
My loading panel not shown up when click the linkbutton.Please help Thanks.
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="lnkDownload">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="lnkDownload" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>

<telerik:GridTemplateColumn FilterControlAltText="Filter TemplateColumn column" HeaderText="Description"
                        UniqueName="TemplateColumn" SortExpression="Description">
                        <ItemTemplate>
                            <asp:Panel ID="pnlContent" runat="server">
                                <asp:LinkButton ID="lnkDownload" Text='<%# Bind("Description") %>' runat="server"
                                    OnClick="lnkDownload_Click"></asp:LinkButton>
                            </asp:Panel>
                        </ItemTemplate>
                        <ItemStyle HorizontalAlign="Left" />
                    </telerik:GridTemplateColumn>

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 15 Nov 2012, 09:00 PM
Hi,

To show the loading panel you should set its Skin property to some of the available skins as shown below:
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Vista"/>

Make sure that you have set the Skin property of RadAjaxLoadingPanel in your project.

Kind regards,
Pavlina
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.
0
Michelle Tan
Top achievements
Rank 1
answered on 16 Nov 2012, 04:39 AM
still not working
0
Pavlina
Telerik team
answered on 16 Nov 2012, 12:32 PM
Hello,

Can you send us the whole problematic page declaration and code behind, so we can test it locally?

All the best,
Pavlina
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
Michelle Tan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Michelle Tan
Top achievements
Rank 1
Share this question
or