How can i make radscheduler controller change backgroundcolor at several specific time if i make holiday on radschedule ?
( for example holiday or weekend ?)
2 Answers, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 24 Feb 2014, 11:15 AM
Hello,
Thank you for contacting us.
RadScheduler uses a logical layer for storing appointment and view data and the visual elements that represent this data are occasionally being refreshed. In order to customize the properties of the cell elements, you should use the CellFormatting event. Here is a sample code snippet, demonstrating how to change the BackColor for the specific CellElement if its date is Saturday or Sunday: