Multiple Schedulers On same Page in MVC

Hi,

I am trying to add four Schedulers on the same view in mvc. I am able to add it successfully by using Iframe but while adding or updating the event the popup is not fitting in the Iframe and the scrollbar is appearing. Is there any way so that we can show details form above the Iframe?
Also I tried using the div tag to load the four schedulers but it is loading only one.(For this the popup is coming above the div and shows properly). This issue might be because of Id’s. Is their any way to do this functionality?

Thanks,

Hello,

Not possible in case of iframes, they are literally other windows.

Only one scheduler can be initialized on the page. If you want to have more - iframes are the only way for now.

Best regards,
Ilya