We are currently testing to see if DayPilot can fulfill our needs for our software, but I am encountering some oddities.
I am trying to load all my resources at startup and then use dynamicLoading to load events.
My problem is that not all of the resources show up at startup. There is a void at the bottom of the scheduler where the resources should be. If I expand nodes and do some scrolling the resources are completely out of sync, and there can be double viewing and white space both at the top and bottom.
I am using:
dp.heightSpec = "Parent100Pct";
dp.dynamicLoading = true;
If I change to dynamicLoading = false, the resources are displayed correctly, but of course I then lose the ability to capture the onScroll event.