Hi! When I set a server side method to the event OnBeforeCellRender of the dayPilotMonth control, whatever the code does in that method, on the display of the calendar on the client side, the month is correct, but the name of the month is incorrect. It's always the next month that is displayed in text, while the month that is shown, is the correct month.
A good example of this is the CustomRendering sample of DayPilotMonth: http://www.daypilot.org/demo/Month/CustomRendering.aspx
While the month that is shown is May, it's displayed "June" in text. That's the error.
Thank you!