I’m loading data from 2 sources for the current calendar (using re-occuring events). The data from the first data source shows up on the screen when the calendar is rendered, but the data from the second source doesn’t display. The default view I start with is Week. If (once the calendar is loaded) I change to Month view I see the data from the second source. If I then go back to the Week view I see the data from the second source. It’s almost like I need to call a calendar render function to write the data from the second data source to the screen.
scheduler.load(“events_rec.php?uid=”+scheduler.uid());
scheduler.load(“events_tasks.php”);
I hope this makes sense.
Thanks
Can you please provide complete example where we can reproduce this issue? You can find complete example information here support@dhtmlx.com
Unfortunately I can’t provide direct access to my example as it’s on a closed server. However, the file I’m using is the original 01_recurring_events.html file using 2 schedule.load events. Here is the page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
html, body{
margin:0px;
padding:0px;
height:100%;
overflow:hidden;
}