This question is locked. New answers and comments are not allowed.
Hello,
we got an ObservableCollection of custom appointments with resources, which we would like to edit "outside" the RadScheduleView component in a seperate RadWindow containing a RadDataForm.
For editing the resources we tried to use the ItemsControl "PART_Resources" as shown in the "Custom Appointment and Validation" sample. Unfortunately we did not manage to get the ItemsControl to work properly: The comboboxes are not shown and instead of them
we got some lines showing "Telerik.Windows.Controls.ResourceType" (the number of lines corresponds to the number of resourcetypes we are using).
Is it even possible to use the ItemsControl in that way (If yes, what are the requirement to get it running)?
Is there a different / recommended approach to implement the above task?
Thanks in advance!
Kind regards,
Karl
we got an ObservableCollection of custom appointments with resources, which we would like to edit "outside" the RadScheduleView component in a seperate RadWindow containing a RadDataForm.
For editing the resources we tried to use the ItemsControl "PART_Resources" as shown in the "Custom Appointment and Validation" sample. Unfortunately we did not manage to get the ItemsControl to work properly: The comboboxes are not shown and instead of them
we got some lines showing "Telerik.Windows.Controls.ResourceType" (the number of lines corresponds to the number of resourcetypes we are using).
Is it even possible to use the ItemsControl in that way (If yes, what are the requirement to get it running)?
Is there a different / recommended approach to implement the above task?
Thanks in advance!
Kind regards,
Karl