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

[Solved] Appointment CSS

1 Answer 196 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
f
Top achievements
Rank 1
f asked on 18 Nov 2007, 09:23 AM
Hi,
I would like to have a different css (color, background) for each status of an appointment in my application: Booked, Confirmed, Rejected etc
How this can be achieved?
I've seen a demo on your website but is there another approach?
I mean on AppointmentCreated event can it be possible to custom code and retrieve a different css based on CSS file ?
    .RadScheduler_Default .Booked .rsTaskWrap
{
    border-bottom-style:double;
    border-bottom-color:Maroon;   
}

    .RadScheduler_Default .Confirmed .rsTaskWrap
{
    border-bottom-style:dashed;
    border-bottom-color:Orange;   
}

Thanks in advance,
Florin

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Nov 2007, 01:03 PM

Hello Florin,

Thank you for using RadScheduler.

Please, refer to Set different styles for appointments from the help and try the alternative way of setting unique style for the appointments via Custom Attributes.

Feel free to contact us if you have any questions or concerns.


Greetings,

Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
f
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or