Hello;
I am working with RadScheduleView for WPF in my project. The goal is to define typical week days appointement with different catagories. When the user double click on a specific appoitment, we need to assign a selected user considered as responsible for that period.
The project makes use of MEF and MVVM logic to implement the view. The issue I get is that I am unable to select any defined appointement. The selected appointment variable is null in my view model and it is not highlighted when clicked
I did the same thing with a new window, and it works perfectly.
So, is there any issue regarding the use of RadScheduleView in MEF/MVVM logic ? Do you see any other issue that may explain the issue ?
Thanks for your reply
Best regards