Hi
I'm using XamScheduleDataManager with XamDayView in my SL application to show my company meetings.
In my application i'm the superuser so I can view all users mettings. I'm using the merged display mode. I'm already using different calendar color for every user.
I would like to graphically differentiate "Successfull", "Expectant", "Rejected" meetings. Can I?
Thank you
Hello,
Thank you for your post. I have been looking into it and I can suggest you use custom appointment mapping in order to be able to have a property that determines the appointment state. Here you can see how to map the Fields:
http://help.infragistics.com/Help/Doc/WPF/2011.2/CLR4.0/html/xamSchedule_Using_Connector_Mapping.html
Once you did this you can copy the default Style of the AppointmentPresenter and bind the background of an element of your choice to this property and using a converter you can set the color you want.
Hope this helps you.