ok, when I trace this, e.Appointment is available and e.Appointment.Resources is null, I am under a content page I dont know whether it has anything to do with it. RadScheduler1.Resources have all the resources available, is there any other way to change colors for the resources? or this problem have been encountered before. thank you
| protected void RadScheduler1_AppointmentColor(object sender, AppointmentCreatedEventArgs e) |
| { |
| /*foreach (Resource resource in e.Appointment.Resources) |
| { |
| if (resource.Type == "Status") |
| { |
| e.Appointment.CssClass = resource.Text.Replace(' ', '_'); |
| } |
| }*/ |
| } |