Hi!
My current implementation with WebSchedule and WebDayView contains only AllDayEvents. I manage to load data there without any problems, but I would like the WebDayView NOT to show the hours in the calendar. I already managed to hide the time column using TimeSlotLabelAreaVisible="false", but that still leaves the time slots under my AllDayEvents and waste a lot of space from the page. How can I also get rid of the time slots?
Hello,Please let me know if you have any further questions regarding this issue.
Hello Ari,You will have to use css classes and to set the time interval to 4 hours. Please take a look at the attached sample which contains overriding of the default classes. You have to adjust the required height of the rows in “yellow” table. Please modify height property and font property in order to style it match your visual requirements.