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

Changing background image to appointments

3 Answers 88 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
andrea
Top achievements
Rank 1
andrea asked on 03 Mar 2009, 05:21 PM
Hi everybody,
Looking at the docs and at the online examples I find a way to change backcolor for an appointment responding to certain conditions.
I'm trying to change the backimage in order to obtain a better look.
I'm using Outlook 2007 skin.
Could you please give me some help?
Thanks in advance

Andrea

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 05 Mar 2009, 03:10 PM
Hello andrea,

Please, try the following:

 protected void RadScheduler1_AppointmentCreated(object sender, Telerik.Web.UI.AppointmentCreatedEventArgs e)  
    {  
        e.Appointment.CssClass = "Custom";  
    } 

 <style type="text/css">  
    .Custom .rsAptOut  
    {  
         backgroundurl('myCustomBackgroundImage.gif'repeat !important;  
    }  
    </style> 




Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
burak
Top achievements
Rank 1
answered on 25 Jun 2009, 12:18 PM
Hello ;

I tried this solution and it changed the background image. But only appointment's bottom turn to black other is the same.

What can I do for change appointments background image ?
Here is the printscreen photo
0
Peter
Telerik team
answered on 25 Jun 2009, 03:20 PM
Hello burak,

The suggestion in my previous reply was intended to be used with Q3 2008 version. For Q1 2009, please use this help topic:
http://www.telerik.com/help/aspnet-ajax/appearance-setting-appointment-style.html


Greetings,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
andrea
Top achievements
Rank 1
Answers by
Peter
Telerik team
burak
Top achievements
Rank 1
Share this question
or