This is a migrated thread and some comments may be shown as answers.

Unable to get the selected appointment in radscheduleview

2 Answers 108 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 25 Jan 2016, 11:55 AM

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

2 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 27 Jan 2016, 08:17 AM
Hi Sam,

We are not aware of such a behavior of RadScheduleView. However if you could open up a support ticket and attach project we can check it and see if there is possible solution.

Regards,
Kalin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Alireza
Top achievements
Rank 1
answered on 09 Jul 2016, 05:30 AM

Use two way binding. like this :

SelectedSlot="{Binding SelectedSlot, Mode=TwoWay}"

Tags
ScheduleView
Asked by
Sam
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Alireza
Top achievements
Rank 1
Share this question
or