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>
Please send me a working sample project from your end, as I have explained, I cant really generate a sample to send to you
Hello,
I have been looking into your code and tried to reproduce your issue, but I wasn't able to. If you could send an isolated sample project, where the issue is reproduced, I will be happy to assist you further.
Attached is the xaml where I am trying to use the Calendar and the 3 objects used for filling it, let me know if there is anything else I can do to help figure this out
If you send me the xaml definitios you use along with any custom logic you aply I will be able to try to reproduce your issue with some test data.
Have a small problem getting you an example, due to the fact that the model that loads the data is tied directly to an in house object, which in turn is tied to our data base, is there any other way I can get you the needed information, screen shots, pieces of code?