Hello Vijay,
The random dates are just as an example. The same approach can be utilized for any dates, depending on your requirements. What's important is the main idea and that is the
CustomizationRule conception. That is a procedure that is applied for each cell before it is drawn. For example you can store your shift (or whatever dates you need to customiza) in an array list (for example named myShifts) and if you want these dates to be colored in blue, you need to see first if the cell contains a date (by using getCellType) and if the date that it represents is the same as one of your dates and if so, set its color:
I hope this information helps.
Regards,
Todor
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items