|
Rank: Newbie Groups: Member
Joined: 4/13/2011 Posts: 7
|
Is there a function in the calendars that will highlight all days with events which I have entered?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Usually you would add a DateTime to SelectedDate to highlight a date. You can also handle DayRender event to custom render each day cell, then you are free to render any HTML in your day cell.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 4/13/2011 Posts: 7
|
But can I show multiple dates selected on the actual calendars?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. You would use SelectedDates property for that.
Thanks
|
|