In my MVC application, I need to add 2 or 3 day pilot schedulers as different tab controller. But only the scheduler in the current tab is loading properly. Rest of all are not loading properly.
Answer posted by Dan Letecky [DayPilot] 10 years ago.
When you initialize a Scheduler that is in a hidden part of a page (like in case of a hidden tab) it is not possible to initialize the dimensions properly (all dimensions returned by the browser are 0 pixels).
The latest version of DayPilot autodetects when the Scheduler becomes visible and tries to fix the layout.