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

CustomAppointment changes not reflected after closing custom EditAppointmentDialogWindow

2 Answers 39 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Jim asked on 17 Jul 2014, 07:43 AM
I created a custom Appointment (ScheduledItem) and a custom EditAppointmentDialogWindow style with a ViewModel.When running the application my properties are filled in, but when I hit the OK button, the changes are not reflected in the ScheduleView.
It also seems that the BeginEdit, CancelEdit and EndEdit methods of the custom ScheduledItem are not called. I supposed I have to call them from my DialogViewModel?But what do I have to do to confirm the changes in the custom appointment object, so they will be reflected in the ScheduleView?

2 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 21 Jul 2014, 02:02 PM
Hello Jim,

Have you reviewed these articles before implementing this?

- http://www.telerik.com/help/wpf/radscheduleview-features-customizing-dialog-windows.html
- http://www.telerik.com/help/wpf/radscheduleview-features-custom-dialogs.html

Also, I am sending you a sample project in which you could find the template of the EditAppointmentDialog so that you could modify it.

Please let us know if you still have some issues.

Regards,
Konstantina
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Jim
Top achievements
Rank 1
answered on 22 Jul 2014, 09:05 AM
Hello Konstantina,

Thanks for the reply. I already followed these tutorials, but it seems I overlooked some other things.

All is working now.

Thanks again.

Jim
Tags
ScheduleView
Asked by
Jim
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Jim
Top achievements
Rank 1
Share this question
or