I have been setting up my setup following this as a guide: http://es.infragistics.com/community/forums/t/80973.aspx because it offers what we need.
What I am trying to understand is why in the XamDateNavigator does not highlight the dates in bold with appointments.
Is it because my Appointment is extending DataItemBase and not ActivityBase? So is doesn't have the properties set for XamDateNavigator to recognize that it has an appointment on a set date to make it highlight in bold?
What is the best way to go about this as we really want the feature where dates highlight in bold when they have Appointments.
Thanks
Hello Dev Manager,
Thank you for your post!
I have been investigating the sample you sent, and the reason that you aren't seeing the days highlighted in bold actually doesn't have anything to do with the class that your Appointments are deriving from. The XamScheduleDataManager appears to be missing its CurrentUserId property. If you set this to 0 or 1 in your sample, you will see the days with appointments get highlighted in bold.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate DeveloperInfragistics Inc.www.infragistics.com/support