Hi
I have been facing a little trouble with the webmonth view as i do not want the leading or trailing days of other months unnecessarily to display except that of the month which i am viewing . The reason being currently it displays 6 rows while in actual only 5 rows are enough to display the days of the month . Is there anyway we could set the web month view to display the same in 5 rows ...
Hope i could get some help
Hello Haala Mammed,
This is not possible, unfortunately.
You can hide the headers and appointments on days, which are not from the current month, but the rows containing them will remain visible:
<OtherMonthDayStyle CssClass="otherDayStyle" /><OtherMonthDayHeaderStyle CssClass="otherDayStyle"></OtherMonthDayHeaderStyle>
And CSS:
.otherDayStyle { visibility:hidden; }
Let me know if you have any other questions.
Hi Haala Mammed,
I'm just checking if you have resolved your issue.