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

[Solved] RadAjaxManager on RadGrid doesnt show loadingPanel

3 Answers 359 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Thom Krystofiak
Top achievements
Rank 1
Thom Krystofiak asked on 01 May 2007, 11:12 PM
I am trying to ajaxify a RadGrid with the new Prometheus RadAjaxManager using the following code but for some reason the loadingPanel never shows up. I would like the loadingPanel to show up on top of the RadGrid. Is there a way to do this?

Thanks!

    <telerik:RadAjaxManager ID="ajax" runat="server" EnablePageHeadUpdate="false" DefaultLoadingPanelID="loadingPanel"
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="grid"
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="grid" LoadingPanelID="loadingPanel" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManager> 
    <telerik:RadAjaxLoadingPanel ID="loadingPanel" runat="server" Width="75px" Height="75px" Transparency="20"
        <asp:Image ID="Image1" runat="server" AlternateText="Loading..." ImageUrl="~/Telerik/RadControls/Ajax/Skins/Default/Loading.gif" /> 
    </telerik:RadAjaxLoadingPanel> 

3 Answers, 1 is accepted

Sort by
0
Leon
Top achievements
Rank 1
answered on 02 May 2007, 06:40 AM
Mark,

Do you have RadGrid's AJAX turned off? This is necessary to be able to ajaxify it with the manager. If it has EnableAJAX="true", I suspect the manager setting just doesn't work.

Hope this helps.
0
Thom Krystofiak
Top achievements
Rank 1
answered on 02 May 2007, 07:12 PM
Yes, I have the RadGrid's AJAX turned off. The AjaxManager is properly ajaxifying the grid but the loadingPanel is just not showing up.
0
Vlad
Telerik team
answered on 03 May 2007, 08:39 AM
Hello Mark,

We have fixed this problem. You can contact the support to receive the hotfix build of Telerik.Web.UI.

Best wishes,
Vlad
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Thom Krystofiak
Top achievements
Rank 1
Answers by
Leon
Top achievements
Rank 1
Thom Krystofiak
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or