Hi,
We are using XAMSchedule with XAMOutlook Calendar View and XamDateNavigator. Here we want to show multiple selected dates in XamScheduleDataManager.
But multiple selected dates are not showing in scheduler. I have attached screen shot which is showing multiple selected dates in scheduler same as functionality we want to add in our application. Please let us aware how we can approach it.
Thanks, Your help would be appreciate.
Hi Piyu,
The XamOutlookCalendarView has a property called DateNavigator that needs to be bound to the XamDateNavigator you have in view. As long as this property is bound then selecting dates inside the XamDateNavigator will update the OutlookCalendarView with the selected dates. Take a look at my attached sample. I kept the XAML simple to make it easy to see how I bind the DateNavigator property.