I'm using the WebMonthView (Version=15.1.20151.1018) to display some data "Training and Employee time"(Training) , "Equipment Rental and Employee time " (Equipment), and "Training, Equipment Rental and Employee time" (All).
I have 2 Panels, one with the filters to display the time, the other with the WebMonthView. Both panels are update panels.
I'm using the WebScheduleGenericDataProvider's ResourceDataSource to switch the calendar between the 3 views.
Right now there is no scheduled equipment data, so views Training and All have the same data.
When I load the Training view for last month the data is displayed all on one line for the week of the 9th, in the all view it displays fine.
When I load this month, the Training view is fine but the All view has the same display issue as last month's Training view.
I've tried removing all the custom formatting we do, changing the times of the appointments, changing the WebScheduleInfo1.ActiveDayUtc, taking everything out of the update panels i'm not sure what to try next.
Ok i can't seem to post a screen shot, the display issue is that one of the weeks (one that wraps from one week to another) will display in line with the appointments below it, making the entire calendar half it's size horizontally and having a bunch of appointments floating off in the right side
http://prntscr.com/d9yfh2
Hello,
Thank you for contacting Infragistics!
Do you have a sample that demonstrate this issue that you can attach? So I can look at the code and look into what might be causing this behavior for you?
Please help this has been an ongoing issue for a while now. Its critical now. We can't show the screen to the client looking like this.
Ok I have this solved, I looped through the appointments and make them only span the current week, I create a new appointment for the next week with the remainder of the time on the appointment I split (and so on if the appointment spans multiple weeks).
This seemed to fix some of the display issues, the current month looked good, when back and looked at the previous month and it was still bugged. I looked through the appointment data again and noticed there were some same day appointments with a 0 duration, I updated those to have a one day duration and that cleaned up the rest of the display issues.