Hi I am using Telerik Calendar. I would like to show all fridays of a particular month in a particular color. How to achive this using asp.net mvc controls of telerik.
Can any one please provide me some code snippets or links ?
I have same requirements as above but there is slight change .
Instead of all fridays , I need to show perticular days in month to be showed in different colors . These days are defined in a seperate table and also colors are different table . I need to bind these tables with POCO classes using EF4 which wud be finally bound with my calendar . I have searched some kinda solution for this perticular scenario but unfortunately i couldnt find any solution . Even Telerik Calendar APIs arent helpful .