This question is locked. New answers and comments are not allowed.
I have create a custom Edit dialog for the scheduler, but I cannot access the CategoriesSource from the ScheduleView.
The datacontext for the dialog is an instance of a SchedulerDialogViewModel, which has a properties called Categories. I assumed this would be a copy of the CategoriesSource from the ScheduleView but it is always null. The ResourceTypes property is populated ok.
I want to be able to bind them to combobox (as in the normal dialog).
Thanks again.
The datacontext for the dialog is an instance of a SchedulerDialogViewModel, which has a properties called Categories. I assumed this would be a copy of the CategoriesSource from the ScheduleView but it is always null. The ResourceTypes property is populated ok.
I want to be able to bind them to combobox (as in the normal dialog).
Thanks again.
<ControlTemplate x:Key="EditAppointmentTemplate" TargetType="telerikscheduleview:SchedulerDialog">...