Hi,
I have to setup an asp-page with booking of several resources. Database-connection etc. worked well after the (usual) problems when one's new at these kind of controls.
But the appointments are not displayed correctly as the picture below shows:
This seems to happen, when all "space" in a "line" for a week is used and the last entry ends in the next week.
I don't know if this is a bug or if I did set a property of the controls wrongly.
Would be glad if you knew a solution forthis problem.
btw. I use Version 9.3.20103.2056 of the controls
Regards,
Andreas
Dear Bhadresh,
thanks for the answer.
Setting the WeekendDisplayFormat-Property to full did not solve the problem though, as you can see in the picture below:
I am able to "generate" that kind of display-errors now by adding appointments lasting >= 5 days to the database (see picture below) for weeks (where the new appointment ends),where several appointments exist.
The DB-Entry that was added is shown below:
Hello Andreas,
Based on screenshot you have provided I tried to set appointments using the sample on our website from the link below:
<https://ko.infragistics.com/samples/aspnet/schedule/webmonthview-general-properties>
I was able to see when “WeekendDisplayFormat” property is set to “Compressed” the appointment is shown twice for weekends. You may set “WeekendDisplayFormat” property of WebMonthView to “Full” and test this. If issue is still present provide me with markup of the page on which the issue is present with relevant styles.
Hope this helps.
Thanks,
Bhadresh