i noticed in the "first look" demo for the rad scheduler that events shown on the scheduler are color coded to the selected property. how do you go about creating this color coding?
3 Answers, 1 is accepted
0
Peter
Telerik team
answered on 20 Dec 2007, 04:16 PM
Hello Scott,
The appointment style is controlled with the CssClass property in the AppointmentCreated event:
in my case i am doing an initial databind from a sharepoint list. is there a way to set the cssclass based on a column in the bound datasource?
0
Peter
Telerik team
answered on 20 Dec 2007, 04:42 PM
Hello Scott,
You can use custom attributes to store the values of the datasource column on which the appointment styles will depend. For details, please, refer to this forum thread.