This is a migrated thread and some comments may be shown as answers.

Highlighting multiple days

1 Answer 123 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Harry Cardillo
Top achievements
Rank 1
Harry Cardillo asked on 30 Jan 2010, 02:24 AM
I want to use the rad calendar to highlight any day that I have an event on. I dont want any text, I just want the day(s) that have events to be in a  different color or may display a small image.

Similar to this classis ASP I wrote, but obviously I want to use the rad calendar

https://www.lin-mark.us/Index.asp

Thanks for any guidance that can be provided!



1 Answer, 1 is accepted

Sort by
0
Harry Cardillo
Top achievements
Rank 1
answered on 30 Jan 2010, 05:08 AM
Nevermind, I got it. Thanks

            foreach (RaceEntity r in races) 
            { 
                RadCalendar1.SelectedDates.Add(new RadDate(r.Date)); 
            } 

Tags
Calendar
Asked by
Harry Cardillo
Top achievements
Rank 1
Answers by
Harry Cardillo
Top achievements
Rank 1
Share this question
or