Bootstrap modal

Hello,

When i load dhtmlxScheduler in a modal window not charging properly, The following appears

If I click the day or week or month view is proper activation but the first time you do not charge well.

Thanks

Hello,
it looks like the scheduler is initialized before the popup obtains it’s final width/height, so it’s got crippled dimensions initially.
When you click on a day button, scheduler is redrawn and adjusts itself to an actual sizes.
How do you display a popup? Is there a callback or API event that indicates that popup is displayed and ready? If so, try calling scheduler.init or scheduler.setCurrentView from there, in order to adjust scheduler sizes.
docs.dhtmlx.com/scheduler/api__s … tview.html