Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
To display only the days in a month
posted

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

 

Parents
  • 37874
    posted

    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.

Reply Children
No Data