I've tried everything I can think of to get this to work, but to no avail.
I tried this:
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.
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.