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
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