I am trying to make control where I put tasks with start and end dates. All those tasks I would like to show on Calendar (only true/false).
I am struggling with XamDateNavigator but I could not set new activity. How could I show on calendar activity (true/false)?
Hi Peter,
The XamDateNavigator was not designed to show activities but instead if was designed to allow users to navigate to a specific date or date range easily so that they could see any appointments/activities on those days inside the accompanying schedule control. If you have used Microsoft Outlook before, in the calendar view area on the left side there is a date navigator that functions the same way as our XamDateNavigator. Our navigator was modeled after it.
If you want to actually see appointments/activities then you will need to use one of our schedule components:http://help.infragistics.com/doc/WPF/2016.1/CLR4.0/?page=xamSchedule_Getting_Started.html
http://help.infragistics.com/doc/WPF/2016.1/CLR4.0/?page=xamSchedule_Understanding.html
http://help.infragistics.com/doc/WPF/2016.1/CLR4.0/?page=xamSchedule_Using_Control_ConfDateNavigator.html