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

On AppintmentUpdate event

3 Answers 67 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
vamshi
Top achievements
Rank 1
vamshi asked on 16 Sep 2008, 09:50 PM
How can I change color of an appointment when UPDATE button on AdvancedForm is clicked.

When I tried
e.ModifedAppointment.Subject = " Test" it works fine. But when I try e.ModifiedAppointment.BackColor = System.Drawing.Color.Red it does not work. Some how its getting overridden. Any idea?

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 Sep 2008, 11:40 AM
Hi vamshi,

You should set the CssClass property. Please, refer to this help topic for more details.

Kind regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
vamshi
Top achievements
Rank 1
answered on 18 Sep 2008, 03:59 PM
Peter,
 
Thanks for the quick reply.

I couldn't get it working using CssClass property. Its working during appointment creation but not on appointment update.

Thanks,
V.
0
vamshi
Top achievements
Rank 1
answered on 22 Sep 2008, 04:51 PM
I figured it out.

Thanks,
V.
Tags
Scheduler
Asked by
vamshi
Top achievements
Rank 1
Answers by
Peter
Telerik team
vamshi
Top achievements
Rank 1
Share this question
or