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.
Hello bou7,
If you have any questions regarding the matter, please do not hesitate to ask.
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.