Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1235
How to interact with XamOutlookCalendarView header arrows
posted

Hello,

I'm using the XamOutlookCalendarView in conjunction with the XamDateNavigator and I'm having a great time. I like the header of the XamOutlookCalendarView  and the fact that the user can go forward or backward one day using the arrows. 

Now since I want to refresh the appointments (another user might have removed or added an appointment in the day the user is about to consult) I need to know what is/are the selected date(s). Curiously if I subscribe the dateNavigator_SelectedDatesChanged event it certainly gets triggered, nonetheless the addeddates property appears empty.

Where am I suppose to check such information?
Best Regards.

Roberto Dalmonte 


Parents
  • 17559
    posted

    Hello Roberto,

     

    I have been looking into your requirements and I am not  able to reproduce the behavior that you are describing.

    I have attached the sample project I used to test this and on my side both dateNavigator.SelectedDates and  e.AddedDates are not empty  in the handler of the SelectedDatesChanged.  

    If with my sample you are still unable to get the selected dates, would you please provide me with a steps to reproduce which I should follow in order to see the issue.

    Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one, so I can continue my researching on this issue..

     

    Thanks in advance.

    DateNavigator_selection (2).zip
Reply Children