php and mysql not loading calendar

Hey folks,

i am busy making a webapplication with some buttons, a button for the calendar aswell.
problem is when i click on the calendar button, the scheduler loads only the buttons day, week, month and its date. When i click on week or day or month, everything is working ok, so my question is there a way to load the full stuff at once, or what could be the problem?

tx everybody

Hi,
i’m not quite get it. How do you load the scheduler? please provide some code or screenshots

Hey, I click on a button in my application, calendar button and then its loading the scheduler like this:


then on week or month or day it shows the whole thing


tx

Seems like redrawing the scheduler fixes the issue, try manually calling setCurrentView after scheduler is loaded: scheduler.setCurrentView();

Nope does not work, the only thing that is working is to reload the whole page, with header, sidebar, search bar and calendar…. now the calendar is reloading in a div which seams not to work…

thanks anyway