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
Why Appointment does not have the same rendred using chrome and IE ?
posted

HI , I 'm using webmonth calender to show my appointments this is the rendred using IE8 and ggogle chrome , i dont have the same rendred ,

How to show all apointment text in the cell of the calender using chrome i want the same rendred as IE8. Thanks for advance. 

Parents
No Data
Reply
  • 37874
    posted

    Hi bou7,

    You could try to set the white-space css rule of the calendar cells for example in Initialize client-side event of WebMonthView:

    function WebMonthView1_Initialize(){
        $('.igmv_Day > div').css('white-space', 'normal');
    }

    Let me know if this helps.

Children