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

Displaying a loading icon on a radscheduler

4 Answers 155 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 15 Oct 2010, 10:45 AM
I've tried everything I can think of to get this to work, but to no avail.

I tried this:
           <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="radScheduler">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="radScheduler" LoadingPanelID="RadAjaxLoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
            
               <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px" IsSticky="false" Width="75px" Transparency="25">
    <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' style="border: 0;" />
</telerik:RadAjaxLoadingPanel>


I also tried putting it into a rad panel, but nothing. I examined every example on the site and tried to copy them, but nothing. I also tried to find some resources on how to do it but couldn't find anything that worked.

I just want an icon to appear when I change the month etc. on the scheduler.

4 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 20 Oct 2010, 11:32 AM
Hello Simon,

Thanks for the sample code. However, we cannot reproduce the behavior you are describing. I took the sample code you provided and put it in a sample page following a similar scenario you have. I am attaching the page for your reference. Give it a try and let me know if it helps.

Greetings,
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
Simon
Top achievements
Rank 1
answered on 20 Oct 2010, 02:23 PM
Hi thanks for your reply. Unfortunately I can't get the files you attached to work properly. My project has trouble accessing the rad controls, so I end up with the error 

Error 4 The name 'RadScheduler1' does not exist in the current context C:\radloadertest\WebApplication3\WebApplication3\Default2.aspx.cs 163 9 WebApplication3
The name 'RadScheduler1' does not exist in the current context

Element 'RadScheduler' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing.

I created an empty asp.net website, and added your files and referenced your DLLs.

Is it possible for you to upload the files as a solution or project? It might help me get them to work.

Thanks
0
Pavlina
Telerik team
answered on 25 Oct 2010, 10:24 AM
Hello Simon,

Attached to this message is a simple running application. Please examine it and let me know id it helps.

All the best,
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
Daniel
Top achievements
Rank 1
answered on 26 Mar 2014, 09:19 PM
Not sure if this is helpful to the original poster, but maybe future error message-searchers: I was seeing the "not a known element" message and when I deleted and re-added the Telerik assemblies and then cleaned and rebuilt the solution it worked.
Tags
Ajax
Asked by
Simon
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Simon
Top achievements
Rank 1
Daniel
Top achievements
Rank 1
Share this question
or