Can you provide an example/guidance of how to selectively style specific days in a month in a XamCalendar? Specifically I am trying to change the Foreground color of specific days based on business rules.
Hi,
How to change the Background and Foreground Color of SelectedDate in Silver Light - XamCalendar in Code behind.
Can you please send me sample code.
Thanks,
Yes I have have resolved the issue using your suggestions.
Thank you!
Hello,
Were you able to resolve your issue?
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
Hello
The following article discussed how to create a mutli-binding in Silverlight:
http://www.codeproject.com/Articles/286171/MultiBinding-in-Silverlight-5
By using this approach you should be able to bind the text to the start date as well as the DataContext of the object.
This solution looks great, however the business logic to determine the days to display in a different foreground color are not static. The days to display in a different color are defined in the DataContext of the business object bound to the page that contains the XamCalendar.
Do you have any suggestions how to get both the CalendarDay.StartDate and DataContext of the containing page into the ValueConverter that determines the color?