views:

16

answers:

1

Hi, I have another self-defined agenda view. If the user clicks on button agenda, then, original view will be hidden. When the user navigate month, I have ajax call to get event data. On normal view, events are showing perfect. After I hide the normal view and use my agenda view, when the user wants to go back to normal month view, all event are squeezed to left side. So, my question is How do I have event render properly when I call $(element).show() and where is right place to do it?

A: 

probably call the rerenderEvents method http://arshaw.com/fullcalendar/docs/event_rendering/rerenderEvents/

arshaw