I must be doing something wrong. I have a WPF application, have a xamMonthView, I used the online example for single instance. When I run my application, I can see the scroll back, but the area were the calendar should be is blank, if I scroll the area, it shows the dates, so the data is loading, see below for the assignments. What is also strange is if I try to render just the calendar unattached, the same thing happens
<ig:XamMonthView x:Name="calCallBacks" Height="334" Width="565"> <ig:XamMonthView.DataManager> <ig:XamScheduleDataManager CurrentUserId="1" x:Name="dataManager"> <ig:XamScheduleDataManager.CalendarGroups> <ig:CalendarGroup InitialCalendarIds="1"/> </ig:XamScheduleDataManager.CalendarGroups> <ig:XamScheduleDataManager.DataConnector> <ig:ListScheduleDataConnector ResourceItemsSource="{Binding CallResponse.CalControl_Resources}" ResourceCalendarItemsSource="{Binding CallResponse.CalControl_Calendar_Resources}" AppointmentItemsSource="{Binding CallResponse.Marketing_Upcoming_CallBacks_Calendar}"/> </ig:XamScheduleDataManager.DataConnector> </ig:XamScheduleDataManager> </ig:XamMonthView.DataManager> </ig:XamMonthView>
Hello,
Thank you for your post. I have been looking into it, but since this is not a known issue, I cannot be completely sure what can cause this behavior, so could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.
Looking forward for your reply.
Be happy to, how do I get you a project?