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

loaing view

3 Answers 45 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Scott Durrett
Top achievements
Rank 1
Scott Durrett asked on 04 May 2010, 07:52 PM

What am I missing here?  I have a Listbox and when the user clicks an Item I'm loading a grid and I'm trying to get the grid to show that loading indication.  I'm taking the example from this screen http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/firstlook/defaultcs.aspx

Instead of the Loading that I'm expecting to see the grid disappears for a second then reappears loaded.  Is there something else I need to do or set besides the Ajax Manager?

    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">  
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="RadListBox_CatalogType">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="GridSearchResults" LoadingPanelID="RadAjaxLoadingPanel1"></telerik:AjaxUpdatedControl> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManager> 
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" /> 

3 Answers, 1 is accepted

Sort by
0
Scott Durrett
Top achievements
Rank 1
answered on 05 May 2010, 04:35 PM
Maybe this will help.  I have this declaration in my "master" page because it use it in other parts of the application.  Will this interfere with the Telerik Ajax manager?


<asp:ScriptManager  ID="ScriptManager1" runat="server" /> 
0
Pavlina
Telerik team
answered on 06 May 2010, 03:55 PM
Hi Scott,

Can you try setting the Skin property of the RadAjaxLoadingPanel and see if it makes any difference?

More information about RadAjaxLoadingPanel skinning is available here:
http://www.telerik.com/help/aspnet-ajax/ajxloadingpanel.html

Sincerely yours,
Pavlina
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.
0
Scott Durrett
Top achievements
Rank 1
answered on 06 May 2010, 04:29 PM
Strange, I set it to default and it works now. 

Thank you for the help.

Scott

Tags
Ajax
Asked by
Scott Durrett
Top achievements
Rank 1
Answers by
Scott Durrett
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or