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

How to trigger loading panel by "onclick"

1 Answer 284 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Cindy Wang
Top achievements
Rank 1
Cindy Wang asked on 08 Jul 2010, 09:18 PM
Hello,
I have a Hyperlink inside a radgird. And on its ItemCreated event, I have this:

Attributes["onclick"] = // some javascript.

My question is : when I click this hyperlink, everything is fine just it did not trigger ajaxloading panel.

     <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"  DefaultLoadingPanelID="ralpLoadingImage">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="testGrid" >
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="testGrid" />
                    </UpdatedControls>
            </AjaxSettings>
        </telerik:RadAjaxManager>

Is this possible that when I click that link, loading panel is showing on the grid?

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 12 Jul 2010, 12:40 PM
Hi Cindy,

Please check out the following links:
http://www.telerik.com/help/aspnet-ajax/ajxshowhideloadingpanel.html
http://www.telerik.com/help/aspnet-ajax/ajxloadingpanel.html

I hope this helps.

Sincerely yours,
Radoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
Cindy Wang
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or