What am I doing wrong?
4 Answers, 1 is accepted
0
Grzesiek
Top achievements
Rank 2
Iron
answered on 22 Jun 2020, 11:29 AM
It seems, that there is a conflict between Telerik.Windows.Scheduling.Core (GanttView) and Telerik.Windows.Controls.ScheduleView.
0
Grzesiek
Top achievements
Rank 2
Iron
answered on 22 Jun 2020, 11:38 AM
Sorry, but I can not edit.
0
Grzesiek
Top achievements
Rank 2
Iron
answered on 22 Jun 2020, 11:39 AM
Attachement
0
Hello Grzesiek,
Thank you for the shared pictures.
Indeed the ResourceType class is available in both the Scheduling.Core assembly and the RadScheduleView assembly. You can make sure to reference to the correct one:
xmlns:scheduleView="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.ScheduleView"
<scheduleView:ResourceType>
<scheduleView:Resource />
</scheduleView:ResourceType>
I hope this helps.
Regards,
Vladimir Stoyanov
Progress Telerik
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Our thoughts here at Progress are with those affected by the outbreak.