I have a problem with event UI
when i am dragging(Not drop yet) event
first time. It does not move column to column; instead it's dragging like this:
But once I dropped (it set proper place) that event and again started dragging it so it drags column to column perfectly.
After refreshing the page only the first time this problem occurs. But if I clicked on today button before dragging any event so it works fine for me even if I drag event the first time.
I found if _loadCalEvents(new Date());
function is called this problem is solved (call on today button)
SO please help me how to call this function on my jsp
page after calendar render.